@charset "UTF-8";
/* CSS Document */

body { color: white; background-color: #ffffff; width: 1000px}

.imagemain { 
	position: absolute; 
	width: 966px; 
	height: 417px; 
	left: 50%; 
	margin-left: -488px; 
	top: 50%; 
	margin-top:-230px; }
	
.copyright { 
	font-size: 10px;
	color: #a0a0a0;
	padding-bottom: 50px; 
	font-family: verdana;
	position: absolute;  
	left: 50%; 
	margin-left: -486px; 
	top: 50%; 
	margin-top: 195px;
	}
	
.contact { 
	font-size: 10px;
	padding-bottom: 50px; 
	font-family: verdana;
	position: absolute;  
	left: 50%; 
	margin-left: 255px; 
	top: 50%; 
	margin-top: 195px;
	}
	
.contact a {
	color: #a0a0a0;
	text-decoration: none;
	}
		
.contact a:hover {
	color: black;
	text-decoration:underline;
	}
