body{
	background-color:#39000C;
}
.container{
	position:absolute;
	text-align:center;
	background-color:#600020;
	left: 50%;
	top:50%;
	* top: 0px; /* hide from others than IE */
	margin:-300px 0 0 -475px;
	* margin:5px 0 0 -475px; /* hide from others than IE */
	padding:0;
	width: 950px;
	height: 600px;
	overflow: hidden;
	z-index: 1;
}
