@charset "UTF-8";

body {
	background-color: #8E101B;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center top;
}
.container {
	width: 900px;
	position: absolute;
	top: 50%;
	padding: 0px;
	height: 324px;
	margin-top: -162px;
	margin-left: -450px;
	left: 50%;
	-webkit-box-shadow: 2px 2px 13px rgb(0,0,0);
	-moz-box-shadow: 2px 2px 13px rgb(0,0,0);
	box-shadow: 2px 2px 13px rgb(0,0,0);
}
