#wrapper {
	height: 100%;
	width: 100%;
}
#content {
	margin: auto;
	height: 600px;
	width: 800px;
}
#footer {
	margin: auto;
	height: 50px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #414243;
	line-height: 20px;
	text-align: center;
}
a, a:link, a:visited{
	text-decoration: underline;
	color:#414243;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	
}
a:hover{
	text-decoration: none;
	color:#F60;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	
}
