html, body{
	width: 100%;
	height: 100%;
}
body,td,th {
	font-size: 12px;
	color: #FFF;
	font-family: Georgia, Times New Roman, Times, serif;
}
A{
	color:#FFFFFF;
}
A:hover{
	color:#CCCCCC;
	text-decoration: underline;
}
body {
	background-color: #000;
	background-image: url(../background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainframe {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	float: none;
	width: 100%; 
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#level_0 {
	text-align: left;
	margin: 0 auto;
	width: 650px;
	/*overflow: hidden;*/
	height: 100%;
}
#level_1 {
	text-align: center;
	clear: both;
	height: 158px;
}
#level_2 {
	clear: both;
	height: 20px;
}
#level_3 {
	clear: both;
	height: 80px;
}
#level_4 {
	clear: both;
	height: 150px;
}
#level_5 {
	/*background-image: url(../white_pixel.png);*/
	clear: both;
	padding: 5px; 
	margin: 10px 0px 0px 0px;
	float: none;
	width: 650px;
	height: auto;
}
#level_6 {
	clear: both;
}