html, body {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
body {
	margin: 0px;
	background: #000000;
	color: #FFFFFF;
}
#topcontainer {
	background: url('images/top-background.png');
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 115px;
	z-index: 20;
}
#banner {
	display: block;
	background: url('images/left-top-logo10.png') no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 115px;
}
#menu {
	font-family: 	verdana, arial;
	font-size: 	12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: 		#ffffff;
	padding:	2px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
}
#menu a {
	color: 		#ffffff;
	display: block;
	float: left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background: #cccccc;
}
#bottomcontainer {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 760px;
	margin: 0px;
	margin-left: -380px;
	height: 60px;
	z-index: 20;
}
#firefoxlogo {
	display: block;
	width: 125px;
	height: 29px;
	background: url('images/firefox.png');
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px;
	margin-left: -62px;
}
#bottomsep, #infotext {
	width: 760px;
	position: absolute;
	left: 0px;
	margin: 0px;
}
#bottomsep {
	height: 1px;
	background: url('images/firefox-bottom.png');
	top: 29px;
	font-size: 0px;
}
#infotext {
	top: 		30px;
	font-family: 	verdana, arial;
	font-size: 	12px;
	text-transform: uppercase;
	text-align: center;
	color: 		#666666;
	padding:	2px;
	
}
#contentcontainer {
	position: absolute;
	width: 100%;
	border: none;
	z-index: 10;
	top: 115px;
	border: none;
}
div#getFirefoxContainer {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
div#getFirefoxContainer a {
	margin: 0;
	border: 0;
	outline: 0;
}
div#getFirefoxContainer a img {
	margin: 0;
	border: 0;
	outline: 0;
}
a#xhtmlValid {
	display: block;
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 80px;
	height: 15px;
	background: url('images/xhtml-valid.png');
	font-size: 2px;
	line-height: 15px;
}
a#cssValid {
	display: block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 80px;
	height: 15px;
	background: url('images/css-valid.png');
	font-size: 2px;
	line-height: 15px;
}