* {
	margin: 0;
	padding: 0;
}
html, body {
	background:#000;
	text-align: center;
	
}
.wrapper {
	width: 984px;
	height: 720px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -492px; 
	background:url(../images/bg.jpg) no-repeat 0 0;
}
.menu {
	list-style: none;
	position: absolute;
	top: 630px;
	left: 280px;
}
.menu li {
	float: left;
}
.menu a {
	text-indent: -9000px;
	display: block;
}
.about {
	background: url(../images/about.png) no-repeat 0 0;
	width: 164px;
	height: 36px;
}
.about:hover {
 background: url(../images/about_none.png);
}
.gallery {
	background: url(../images/gel.png);
	width: 169px;
	height: 36px;
}
.gallery:hover {
	background: url(../images/gal_activ.png);
}
.video {
	background: url(../images/video.png);
	width: 195px;
	height: 45px;
}
.video:hover {
	background: url(../images/video_act.png);
}
.wrapper span{
	position: absolute;
		top: 680px;
	display: block;
	width: 100%;
	text-align: center;
	color: #ccc;
}