@charset "UTF-8";
/* CSS Document */

body 
{
	background: #1b0f11;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color:#FFF;
}

#main-wrapper
{	width: 700px;
	margin: 0 auto;
}

#enter 
{
	margin: 0 auto;
	text-align: center;
	padding: 31px 0 0 0; 
}

#video-bg 
{
	background: url(images/intro__background.jpg) no-repeat;
	width: 641px;
	height: 381px;
	margin: 0 auto;
}

#video-container
{
	width: 440px;
	height: 244px;
	border: 3px #fff solid;
	margin: 39px auto;
	
}

#logo 
{	width: 211px;
	margin: 0 auto;
}
