html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #000;
	font: 76% Arial, sans-serif;
	margin: 0;                
}
#content {
	height: 100%;
	color:#FFF;
}

#content a:link{
	color:#FFF;
	text-decoration: underline;
}
#content a:visited{
	color:#FFF;
	text-decoration: none;
}
#content a:hover{
	color:#FFF;
	text-decoration: none;
}
#content a:active{
	color:#FFF;
	text-decoration: none;
}