html {
	height: 100%;
	overflow: hidden;
}

body {
	background: black;
	margin: 0;
	height: 100%;
	color: white;
	overflow: hidden;
}

a img {
	border: none;
}

a {
	font-family: Tahoma;
	color: white;
}

.spacer {
	height: 50%;
}

.middle-point {
	position: relative;
	width: 1px;
	height: 1px;
	border: solid 1px red;
	margin: 0 auto 0 auto;
}

.bg {
	position: absolute;
	top: -470px; left: -527px;  
	width: 1123px; height: 999px;
	background: url('../images/bg.jpg') no-repeat;
}

.container {
	position: absolute;
	top: -110px; left: -210px;  
	width: 384px; /*height: 999px;*/
}

.social {
	width: ;
	margin-top: 12px;
	text-align: right;
}
.social a  {
	margin-left: 8px;
}

.text {
	margin-top: 11px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
}

.video {
	position: relative;
	background: url('../images/cover-1.jpg') top center no-repeat;
	height: 247px;
}
