body {
	background-color: #eee;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: helvetica, arial, serif;
	font-size: 12px;
	}
#container {
	background-color: #eee;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	color: #666;
	}