* {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: url(../_resources/static/diagonal.jpg);
	overflow: hidden;
}

p, li, a {
	color: #85986C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#page {
	width: 1050px;
	background: url(../_resources/static/background_index.jpg) repeat-y;
	height:1500px;
}

#logo {
	height: 53px;
	padding-top: 210px;
}

#logo img {
	vertical-align: bottom;
	margin-left: 164px;
}

#logo p {
	margin: -28px 0px 0px 585px;
	width: 600px;
}

#middle {
	background: #B6CD98;
	width: 1020px;
	margin: 0;
}

#middle img {
	margin-left: 310px;
	height: 163px;
	vertical-align: bottom;
}
