﻿body {
	font-family: Arial, Helvetica;
	font-size: 0.8em;
}

#wrapper {
	position: absolute;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}
