html {
	height:612px;
	overflow:hidden;
}

body {
	margin:0;
	height:612px;
	overflow:hidden;
	background:#fff;
	font-family: 'SmartCourier', serif;
	color:#000;	
}
* {
	outline:none;
}
.clear { 
	clear:both;
}
#fb-welcome {
	display:none;
}

.intro {
	width:810px;
	height:485px;
	position:relative;
	margin:0 auto;
	background-image:url(/img/intro.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}
.intro a {
	display:block;
	width:100%;
	height:100%;
}
.container {
	width:810px;
	height:612px;
	position:relative;
	margin:0 auto;
	background-image:url(/img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}
.rules {
	font-weight:bold;
	font-size:19px;
	line-height:22px;
	position:absolute;
	top:50px;
	left:50px;
	margin:0;
	padding:0;
}
.description {
	width:345px;
	position:absolute;
	bottom:45px;
	left:50px;
	font-size:19px;
	line-height:22px;
	margin:0;
	padding:0;
}
.youtube {
	width:340px;
	height:280px;
	display:block;
	position:absolute;
	bottom:30px;
	right:30px;
}


form { 
	width:430px;
	height:300px;
	border:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:20px;
}
form fieldset {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
input[type="file"] {
	opacity:0; 
	filter:alpha(opacity:0); 
	width:100%; 
	height:100%;
	position:relative; 
	cursor:pointer;
}
#progressbox {
	border:none;
	padding:0 5px; 
	position:absolute;
	top:0;
	left:62px;
	width:150px;
	margin:110px 0 0 0;
	display:none;
	text-align:left;
	-ms-transform: rotate(-7deg); 
    -webkit-transform: rotate(-7deg); 
    transform: rotate(-7deg);
}
#progressbar {
	height:40px;
	background-color:#fff;
	width:1%;
}
#statustxt {
	top:0;
	left:35%;
	position:absolute;
	display:inline-block;
	color: #fff;
	font-family: 'SmartCourier', serif;
	font-size:30px;
	text-align:center;
	line-height:40px;
}
.up {
	width:126px;
	height:95px;
	position:absolute;
	top:82px;
	left:438px;
	background:url(/img/up.png) center center no-repeat;
}
.popup {
	width:373px;
	height:192px;
	position:absolute;
	top:125px;
	right:10px;
	background:url(/img/popup.png) center center no-repeat;
	overflow:hidden;
	display:none;
}
.popup p {
	width:310px;
	font-weight:bold;
	font-size:19px;
	line-height:22px;
	color:#fff;
	margin:0;
	padding:35px 30px 0 30px;
}
.popupx {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	right:10px;
	bottom:10px;
}



