/* CSS Document */
body {	
	background-color:#CCCCCC;
}
#centered {
	position:absolute;
	width: 400px;
	height: 400px;
  	margin:-200px 0px 0px -200px;
  	top: 50%; 
	left: 50%;
	text-align: center;
}
h1, h2 {
	color: #999999;
}
