@charset "utf-8";
body {
	font-family: Century Gothic, Arial;
	vertical-align: middle;
}
#main {
	margin: 0 auto;
	width: 570px;
}
.menu p {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 0;
}
.footer {
	margin-top: 5px;
}
.footer p {
	color: #898989;
	font-size: 11px;
	text-align: center;
	margin-top: 0;
}
.footer p a {
	color: #00aeef;
	text-decoration: none;
}
.footer a:visited {
	color: #00aeef;
	text-decoration: none;
}
.footer a:hover {
	color: #00aeef;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

