body {	background-image: url(../img/backg2.jpg);}#wrapper {	margin-left: auto;	margin-right: auto;	width: 700px;}#top{	background-image: url(../img/top-image.jpg);	background-repeat: no-repeat;	height: 122px;	width: 800px;}#menu{	width: 800px; /* width of menu */	height: 25px;	background-color: #021E36;	color: white;}#menu a {	text-decoration: none;	color: white;	display: block;}#menu a:hover {	color: #a00;	background: #021E36;}#menu ul{	list-style: none;	margin: 0;	padding: 0;}#menu li{	float: left;	height: 25px;	width: auto;	margin: 0px 3.5px;	text-align: center;	font: 10px arial;}#menu li ul{	left: -9999px;	position: absolute;	background: #021E36;	width: 10em;	z-index: 100;	filter: alpha(opacity=85);	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);	-moz-opacity: 0.85; 	opacity:0.85;}#menu ul li:hover ul, #menu li.sfhover ul{	left: auto;}#spacer{	background-color: #660000;	height: 5px;}#content{	clear: center;	background-image: url(../img/background-gradient.jpg);	background-repeat: repeat-x;}#bottom{	background-image: url(../img/bottom-image.jpg);	background-repeat: no-repeat;	height: 14px;	width: 700px;}