body{
margin: 0;
padding: 0;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#content {
position: absolute;
height: 100%;
width: 100%;
color:#ffffff;

}

#footer{
position: fixed;
bottom:0.15%;
text-align:center;
color:#666666;
width:100%;
font-size:10px;
}

a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}



	
