/* CSS Document */

*{
	margin:0;
	padding:0;
}

h1 {
	color:#fff;
	text-shadow:0 0 1px #000000;
	font-size:1.2em;
	text-align:center;
	margin:50px auto; 
	font-family:Georgia, "Times New Roman", "Times Roman", serif;
}
	

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-225px;
	width:800px;
	height:450px;
	background-color:#000000;
	padding:11px 5px 11px 5px;
	border:1px solid #000000;
	border-radius:5px;
	box-shadow:0 0 2px #000000;
}