/* CSS Document */html {	background-color:#8B5A2B;}#page {	width: 600px;	margin: auto;	position: relative;}div#logo {	position: relative;	left: -150px;	background-image:url(logo.gif);	width:900px;	height:100px;}#content {	position:absolute;	top: 150px;	width: 600px;	height: auto;	background-color:#000033;	color: #cccccc;	font-family:Verdana, Arial, Helvetica, sans-serif;}	#pagetop {	top: 100px;	background-color:#000033;	background-repeat: no-repeat;	padding-left: 0px;	padding-right: 0px;	font-family: Verdana, Arial, "Times New Roman", serif;}	#footer {	height: 164px;	background-image: url(content-footer.gif);}h2 {	margin-top: 0px;	}	h5 {	margin-top: 0px;}a:link { font-weight: normal;		 color: #FFFFFF;		 text-decoration: none;}a:hover {font-weight: normal;		 color: #cccccc;		 text-decoration: none;}a:visited {font-weight: normal;		   color: #FFFFFF;		   text-decoration: none;}