body {
	background: #000;
	font: 10px verdana, arial, tahoma, serif;
	color= #ccc;
	font-weight: bold;
	text-align: center;

	scrollbar-track-color:#000;
	scrollbar-face-color:#000;
	scrollbar-arrow-color:#999;
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#000;
}

#main {
	position: relative; 
	left: 0px; 
	top: 0px; 
	width: 500px; 
	height: 587px; 
	margin: 0 auto;
  	text-align: center;
}

#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 539px;
}

#copyright {
	position: absolute; 
	left: 0px; 
	top: 538px; 
	width: 500px; 
	height: 49px;
	color: #ccc;
}

a:link {
	color: #79b4c3;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #79b4c3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}

.copyright {
	font: 9px tahoma, arial, verdana, serif;
	color: #ccc;
	font-weight: bold;
	text-align: center;
} 

img {
	border: 0;
}

