body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #f3f2ed;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	height:540px;
	margin-top: -270px;
	top: 50%;
}
div#footer {
	width: auto;
	clear: both;
	font-size:11px;
	color:#999999;
}
div#footer h1 {
	font-size:12px;
	font-weight: bold;
	display:inline;
}
div#footer a {
	color:#999999;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}