/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended*/
html
{
	background: #000 none repeat scroll 100% 100%;
	height: 100%;
}
  
body 
{
	margin:0;
	padding:0;
	background-color: #000000; 
	color:white; 
	font-family: arial, 'lucida console', sans-serif; 
	font-weight:bold;
	font-size: /*0.55em*/ 55%;
	height: 100%;
}
a:link {color:#ffffff}

