@charset "UTF-8";/* CSS Document */body {	background-repeat: repeat-x;	background-color: #111111;	Font-family: sans-serif;	Font-size: 12px;	}#header {	padding-top:10px;	width: 800px;    height: 100px;    position: relative   	border: none;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: center;	font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 28px; 	color: #fff;}#footer {	padding-top:10px;	width: 800px;    height: 50px;    position: relative   	border: none;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: center;	}#container {	padding: 0px;	width: 800px;    height: 546px;    position: relative;    border: none;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */}  #sidebar { 	Font-size: 10px; 	Position: absolute;    top: 500px;    left: 30px;	background-color: #fff;} #content {	border-top: solid 1px #4d4d4d;	background-color: #292929;	Position: relative;	width: 800px;	height: 375px;	}#content p{	line-height: 100%;	color: #fff;}.mainTable {	border: none;    padding: 0px;	width: 800px;	height: 495px; 	position: relative;	text-align: center;}.button1 {	font-family:Verdana, Arial, Helvetica, sans-serif; 	width: 250px;	position: absolute;	text-align: center;	border: none;	top:65px;	left: 100px;	color: #fff;}.button1 p {	font-size: 14px;}alignment {text-align: left bottom;}.spacer {	width: 5px;	position: absolute;	text-align: center;	border: none;	top: 50px;	left: 405px;}.button2 {	font-family:Verdana, Arial, Helvetica, sans-serif; 	width: 200px;	position: absolute;	text-align: center;	border: none;	top: 65px;	right: 100px;	color: #fff;		}.button2 p{	font-size: 14px;		}#subtitle {	text-align: right;	width: 425px;	font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 20px; 	color: #0099ff;	top: 10px;	right: 75px;}#title {	display: inline;	text-align: right;	width: 300px;	font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size: 28px; 	color: #fff;	top: 10px	left: 75px;}a {	font-family:Verdana, Arial, Helvetica, sans-serif; 	color: #fff;	text-decoration: none;}