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

#logo{
	bottom:-95px;
left:60px;
position:absolute;
}

body{
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px;
	margin:0px;
	background-color: #000;
}

#video{
background-color:AntiqueWhite;
display:block;
height:430px;
margin-left:auto;
margin-right:auto;
width:444px;
position:relative;
}

#comming{
	bottom:20px;
position:absolute;
text-align:center;
width:100%;
}

#facebook{
	height:175px;
	left:-225px;
	position:absolute;
	top:21px;
	width:156px;
}

#facebook a{
height:155px;
width:175px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	display:block;
}

#facebook a:hover{
	background-image: url(images/facebook23.png);
	background-repeat: no-repeat;
	display:block;
}



#twitter{
height:174px;
position:absolute;
right:-237px;
top:65px;
width:235px;
}


#twitter a{
height:150px;
width:203px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	display:block;
}

#twitter a:hover{
	background-image: url(images/twitter2.png);
	background-repeat: no-repeat;
	display:block;
}




