body {
	background: #0d0d0d url('../images/bg3.jpg') top center repeat-y;
}
div#menu ul {
	display: table; /* for real browsers */
 	display: inline-block; /* for ie */
 	text-decoration: none; /* remove strikethrough */
}
div#submenu {
	width: 897px; height: 36px;
	background: url('../images/submenu_bg.png') top left no-repeat;
	margin: 0 auto; text-align: center;
}	
		div#submenu ul {
			margin: 0 auto;
			padding: 9px 0 0 0;
			display: table; /* for real browsers */
		 	display: inline-block; /* for ie */
		 	text-decoration: none; /* remove strikethrough */
		}
		div#submenu ul li {
			float: left; padding: 0 18px 0 9px;
			font-size: 14px;
			background: url('../images/submenu_arrow.gif') 0 7px no-repeat;
		}
		div#submenu ul li a {
			color: #d9d9d9;
		}
		div#submenu ul li a:hover {
			color: #457cdc;	
		}
div#content-container {
	background: url('../images/content_bg2.jpg') top left no-repeat;
}
div#contentLeft {
	padding-bottom: 24px;
}
div#footer {
	bottom: -32px;
}