/*Css Reset*/
* {
	font-family: "Helvetica", Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

body {
	overflow:hidden;
}

img{
	border:none;
}

a, a:visited{
	text-decoration:none;
	color:#777;
}


a:img{
	border:none;
}

#fotoby{
	font-size:9px;
	font-family:helvetica;
	color:#bbb;
	height:20px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

#press{
	font-size:9px;
	font-family:helvetica;
	color:#bbb;
	height:20px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

.spacer{
	height:50px;
}

#dropzone{
	display:block;
	left:0;
	top:0;
	position:fixed;
	overflow:hidden;
	z-Index:-1;
	margin:0;
	padding:0;
	height:2000px;
	width:2000px;
}

.fb-like{
	height:20px;
	margin-top:15px;
	margin-left:20px;
	float:left;
	z-index:20;
}

#logo{
	background: url(../images/logo.png) no-repeat;
	width:320px;
	height:165px;
	margin-left:20px;
}

#more{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	padding:15px;
	color:#ff3100;
	font-size:18px;
}

#continue{
	background: url(../images/footer.png) repeat 0 0;
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#222;
}

#continue:hover, #continue:active {
    background-position: 0px -45px;
}

#trailer{
	background: url(../images/trailer.png) repeat 0 0;
	float:right;
	width:150px;
	height:150px;
	z-index:10;
}

#trailer:hover, #tralier:active {
    background-position: 0px -150px;
}

#eventim{
	background: url(../images/eventim.png) repeat 0 0;
	float:right;
	width:200px;
	height:75px;
	margin-top:170px;
	margin-right:-140px;
	z-index:10;
}

#continue-text{
	text-align:center;
	margin-top: 10px;
}

#info-h2{
	color:#fff;
	font-size:18px;
}

#info{
	padding:30px;
	color:#777;
	float:right;
	background:#000;
	width:390px;
	height:260px;
	font-size:10px;
	text-align:justify;
}

#video{
	float:left;
	width:400px;
}

