body{
	font-family: Helvetica;
	font-size: 14px;
	background-color: #FFFFFF;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #D6DF27;
}

#content {
   width: 300px;
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -150px;
   margin-top: -150px;
   text-align: center;
}

#footer {
	width: 100%;
	height: 50px;
	position:absolute;
	bottom:10px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #333333;
	text-align: center;
}