body {
	font-family: Calibri, Verdana, Arial;
    font-size: 12px;
	background-color: #f3f3f3;
}

#container {
	position: fixed;
	width: 475px;
	height: 495px;
	
	top: 50%;
    left: 50%;
	
	margin-left: -237px;
	margin-top: -247px;
	
	text-align: center;
}

	#container h1 {
		font-size: 36px;
		text-transform: uppercase;
		color: #090909;
	}
	
	#container p {
		font-size: 18px;
		color: #858484;
	}
	
	#container a {
		font-size: 18px;
		color: #1cb7e3;
	}