* {margin:0; border:0; padding:0; }

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #808080; 
	color: #fffc30; 
	font-size: 0.8em;
}

a {	color: #fffc30; }

body, html { height: 100%; }

#container {
	position: absolute;
	height: 100%;
	width: 100%;
}


#header { font-size: 1.5em; color: #CFCFCF; }
#content { 
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center; 
}
