﻿html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
    overflow-y: auto;
	background-color: #000000;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;   
}

#fullscreen {

   	position: absolute;
	margin: auto; 
	top: 0px; left: 0px;
	height: 100%;
	width:  100%;
	text-align:center;
}


a:link { 
    color:#cccccc;
}	
a:visited { 
    color: #CCCCCC;
}
a:hover { 
    color: #cccccc;
    text-decoration: none;
}
   