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



html, body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	background: #000 url(/css/img/bg.jpg);
}
div#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(/image/splash/bg_splash.png) repeat-x;
}
.screen {
	position: relative;
	height: 100%;
	width: 100%; /*  NOTE:numVideos/100%  */
	float: left;
	overflow: hidden;
}
.big-image {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	color: #fff;
	background: url(../image/splash/bg_wrap.png) 50% no-repeat;
	background-position: top;
!important  padding:0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}
h1 {
	width: 100%;
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	background: rgba(0,0,0,0.7);
}
div#enters {
	width: 700px;
	margin: 5px auto;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
}
