body {
	font: normal 12px Arial, sans-serif;
	color: #fff;
}
a {
	color: #fff;
}
#main {
	width: 874px;
	margin: 0 auto;
	background-color: #97948d;
}
#header {
	position: relative;
	height: 194px;
	background: url('../images/bgHeader.png') no-repeat left top;
}
#menu {
	padding: 168px 0 0 45px;
}
#menu small { margin: 0 10px; color: #00AAFF; }
#content {
	width: 746px;
	margin: 0  0 10px 45px;
	padding: 90px 10px 10px;
	background: #162f67 url('../images/bgContent.jpg') no-repeat left top;
}
#footer {
	height: 15px;
	background: url('../images/bgFooter.png') no-repeat left bottom;
}