body {	margin: 0;	padding: 0;	background-color: #000000;}#wrapper {	width: 760px;	min-width: 400px;	height: 600px;	margin-right: auto;	margin-left: auto;	background-image: url(images/home_bg.jpg);	background-repeat: no-repeat;		}html>#wrapper {	background-attachment: fixed;}#inner {	margin: 0;	width: 100%; }#content {	margin-left: 300px;	padding-right: 20px;	width: 400px;	height: 400px;	top: 100px;	/*margin-top: -100px;*/	position: absolute; 	z-index: 12;	border: 3px solid #990000;	color: #FFFFFF;	overflow: auto;	}#content p {	padding: 10px;	}#content a:visited, #content a:link {	color: #CCCCCC;}#content td {	font-size: 12px;}#content img {	border: 0;}#header {	position: relative;	top: 30px;}#text h2 {	color: #FFFFFF;	font-family: Verdana;	position: absolute;	top: 100px;	border: 1px solid #990000;}html>body #text h2{	top: 80px;}#nav_image {	position: relative;	width: 200px;	left: 60px;	margin-top: -30px;	}#nav_image img {	padding: 10px;}#nav {top: 100px;position: relative;width: 250px;}#nav ul {	list-style: none;}#nav li {	color: #FFFFFF;	text-transform: uppercase;	font-family: Georgia;	font-weight: bold;		margin-top: 40px;	width: 200px;}#nav a:link, #nav a:visited {	text-decoration: none;	color: #FFFFFF;}#nav a:active {	color:#CCCCCC;}#nav a:hover {	border: 2px solid red;}#nav ul ul {	list-style: none;	padding: 0px; 	margin: 0px;	color: #FFFFFF;	position: absolute;	text-align: left;  	left: -3000px;  	font-size: 10px;}/* Fix IE. Hide from IE Mac \*/* html #nav ul li { float: left; height: 1%; }* html #nav ul li a { height: 1%; }/* End */#nav ul li {	position: relative;	z-index:15;}#nav li:hover ul, #nav li.over ul {  background-color: red;  border:0;  display: block;  left: 100px;  top: 0px;    width: 120px;  padding: 5px;  margin: 0;}#nav ul li ul li {	padding:0;	margin:0;}#nav ul li ul li a:hover {	padding: 0;	margin:0;	color:#999;	}		#footer {	color: #CCCCCC;	position: absolute;	top: 600px;	left: 420px;	}	html>body #footer {	top: 600px;	left: 550px;	padding-bottom: 10px;	}		