@charset "UTF-8";


body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}


#center
{
background-color: #FFFFFF;
width: 960px;
height: 600px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -480px;
margin-top: -300px;
} 


#footer {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	

.textfooter {
	font-family: Arial, Sans;
	font-size: 9px;
	color: #000;
	text-align: center;
}


a {
	font-family: Arial, Sans;
	color: #000;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}