body {
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;}
.menublock {
	position: absolute; left: 137px; top: 150px;
	background-color: black;
	height: 55px;
	margin: 10px;
}
.content {
	position: absolute; left: 50px; top: 260px;
	background-color: black;
	margin: 10px;
}
.intro {
	position: absolute; left: 350px; top: 260px;
	background-color: black;
	margin: 10px;
	font-size : 14pt;
	color : white;
}
.smallwhitetext  {
	font-size : 10pt;
	color : white;
}
.tankstats {
	position: absolute; left: 0px; top: 0px;
	height: 55px;
	margin: 10px;
}
.tanktimers {
	position: absolute; left: 0px; top: 260px;
	background-color: black;
	margin: 10px;
}
.mainimage {
	text-align:center; /* for IE */ 
	margin:0 auto; /* for the rest */ 
}


