﻿body {	text-align: center;}#wrapper {	position: relative;	margin: 0 auto;	padding: 0;	background: url(media/coverimage2.jpg) no-repeat;	width: 900px;	/* uncomment the min-height setting if you want to force the entire background image to be shown */	min-height: 900px;}#menu {	margin: 0;	padding: 0;	padding-top: 354px;	list-style: none;	float: left;}#menu li {	width: 150px;	float: left;	position: relative;}#menu a {	display: block;	padding: 5px;	color: #ffffff;	background: #333333; /* IE7+ compatibility */	background: rgba(0, 0, 0, 0.4);	text-decoration: none;	font-size:18px;}#menu a:hover {	color: #ffffff;	background: #999999; /* IE7+ compatibility */	background: rgba(0, 0, 0, 0.4);	text-decoration: none;	font-size:18px;}	/* DROPDOWN */	#menu ul {		margin: 0;		padding: 0;		list-style: none;		position: absolute;		left: -9999px; /* Hide off-screen when not needed */	}		#menu li:hover ul {		left: 0; /* Bring back on-screen when needed */	}		#menu li:hover a {		/* parent element when child element in dropdown is hovered */		background: #999999; /* IE7+ compatibility */		background: rgba(0, 0, 0, 0.8);		font-size:18px;	}		#menu li:hover ul li a {		/* dropdown element */		background: #333333; /* IE7+ compatibility */		background: rgba(0, 0, 0, 0.8);		font-size:15px;	}		#menu li:hover ul li a:hover {		/* dropdown element:hovered */		background: #999999; /* IE7+ compatibility */		background: rgba(0, 0, 0, 0.6);		font-size:15px;	}#content {	text-align: left;	padding: 10px;	clear: both;}.topbutton {	text-decoration: none;	font-size: 30px;	letter-spacing: 3.5px;	padding-top: 8px;	width: 120px;	height: 30px;	color: #ffffff;}a .topbutton {	text-decoration: none;	color: #ffffff;}a:hover .topbutton {	text-decoration: none;	background: rgba(0, 0, 0, 0.7);}#topbutton_news {	position: absolute;	left: 150px;	top: 250px;}#topbutton_images {	position: absolute;	left: 380px;	top: 250px;}#topbutton_features {	position: absolute;	left: 640px;	top: 250px;}a.largest_buttons {    text-decoration: none;}