/* CSS Document */
html, body{
height: 100%;
}

body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif, "Arial Black";
	font-size: 8px;
	text-transform: uppercase;
	color:#ffffff;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color:#FFFF00;
	text-decoration: none;
}
a:hover, a:active {
	color:#00CCFF;
}
#info {
	width: 100%;
	height: 100%;
	margin: auto;
	z-index:2;
}
#footer {
	margin: auto;
	margin-top:5px;
}
#footer img{
	margin-bottom:5px;
}