/* CSS Document */
body {
	background:#000;
	margin:0;
	padding:0;
}
#container {
	width:960px;
	min-height:800px;
	margin:0 auto;	
	background:#fff;
	text-align:center;
	border-radius:0 0 10px 10px;
	box-shadow:0 0 20px #ccc;
}
#header {
	height:50px;
	line-height:50px;	
}
h1, h2, h3 {
	margin:0;	
}
h1 {
	color:#ee1d24;
	text-shadow:1px 1px #ccc;
	letter-spacing:1px;
}
