* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000;
}
#info {
	z-index: 99;
	top: 0px;
	position: absolute;
	visibility: hidden;
}
#main {
	z-index: 1;
	height: 90%;
}
#footer {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	clear: both;
	text-align: center;
	height: 20px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #747474;
	text-decoration: none;
}

