@charset "UTF-8";
div#wrapper {
	height: 500px;
	width:100%;
	position: absolute;
	left:50%;
	right:auto;
	top: 50%;
	bottom:auto;
	margin-top: -250px;
	margin-left: -50%;
}
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #777777;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #777777;
	margin-left: 153px;
	position: absolute;
	top: 50%;
	margin-top: 220px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
