html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
	background-color:#000000;	
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}

#height {
	height:100%;
	width:100%;
	}
	
#copyright {
	text-align:right;
	float:right;
	margin-right: 8px
	}

#link {
	text-align:left;
	float:left;
	margin-left: 8px
}

img {
	border:0
	}
	
p {
	margin-top: 0px;
	margin-bottom: 8px
	}

a:link {
	text-decoration: none; 
	color: #999999
	}
a:visited 
	{text-decoration: none; 
	color: #999999
	}
a:active 
	{text-decoration: none; 
	color: #999999
	}
a:hover 
	{text-decoration: underline; 
	color: #999999;
	}