html, body { height:100%; }

body {

	margin:0;

	padding:0;

	background:#000000;

	font-family:Tahoma;

	color:#ffffff;

	font-size:10px;

	text-align:center;

}



a {

	color:#ffffff;

}



a:hover {

	text-decoration:none;

}



#container

{

	width: 100%;

	height: 100%;

}
