/* CSS Document */
html {
	overflow:auto;
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Tahoma;
	color:#ffffff;
	font-size:10px;
	text-align:center;
	width:100%; 
        height:100%; 
        position:absolute; 
        top:auto; 
       left:auto; 
}
