@charset "utf-8";

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
    height: 100%;
	color: #5A9A99;
	text-align: center;
	background-image: url(../images/bg.jpg);
}

.copyright {
	color: #AAAAAA;
    font-size: 10px;
}

.copyright a:link {
	color: #AAAAAA;
	text-decoration: underline;
    
}

.copyright a:visited {
	color: #AAAAAA;
	text-decoration: underline;
    
}

.copyright a:hover {
	color: #AAAAAA;
	text-decoration: none;    
}
