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

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

#main_wrap {
		width:1000px;
		margin:auto;
}

.inner_wrap {
	background:url(../images/inner-bg.jpg) no-repeat top center #000;
}

.clear {padding:0px; margin:0px; clear:both;}
img {outline:none; border:none;}
a {outline:none;}

.player_container {
		width:640px;
		margin:auto;
		padding:114px 0px 0px 0px;		
}

.flash_brd {
		border:2px solid #383838;
		background:#000;
		margin-bottom:25px;
}

.enter_btn {
		width:161px;
		height:37px;
		display:block;
		margin:auto;
		background:url(../images/enter-site.jpg) no-repeat left top;
}

.enter_btn:hover {
		background:url(../images/enter-site.jpg) no-repeat left bottom;
}


.social {
		width:638px;
		font:12px bold Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding-top:70px;
		color:#fff;
}

.social a {
		color:#fff;
		text-decoration:none;		
}

.social a:hover {
		color: #CCC;
		text-decoration:none;		
}

.video {
		width:200px;
		float:left;
}

.social_btns {
		width:105px;
		float:right;
}

.social_btns img {
		margin-right:5px;
}

.social_txt{
		margin:0px;
		padding:7px 5px 0px 0px;
		float:right;
}

#imggallery{position:absolute; top:-999; left:-999;}