.main {
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin-top: -85px;
	margin-left: -325px;
	position: absolute;
	height: 170px;
	width: 650px;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.footer {
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	height: 105px;
	width: 650px;
}
div a {
	color: #f00;
}
div a:hover {
	color: #000;
}
div h1{
	font-size: 500%;
	text-align: center;
	margin: 0;
	padding: 0;
}
div p{
	color: #f00;
	font-size: 170%;
	text-align: center;
	margin: -23px 0 0 -90px;
}