body {
	background: url('img/bg.jpg') no-repeat top center;
	margin: 0px;
	text-align: center;
	height:100%;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #525051;
}

#menuwrapper {
	margin: 0px; padding: 0px; border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#menu {
	margin: 0px; padding: 0px; border: 0px;
	width: 980px;
	height: 170px;
}

#moviecontainer {
	margin: 0px; padding: 0px; border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	_padding-top: 20px;
	width: 700px;
	height: 458px;
	background: URL('img/bgvideo.png') no-repeat;
}

#content {
	width: 980px;
	height: 550px;
	background: URL('img/bg_foto.png') no-repeat top center;

}

#backbutton {
	margin-top: -130px;
	margin-left: 35px;
	float: left;
}

#backbutton a {
	display: block;
	width: 142px;
	height: 70px;
	background: url('img/backbutton.png') no-repeat; 
}

#backbutton a:hover {
	display: block;
	width: 142px;
	height: 70px;
	background: url('img/backbutton2.png') no-repeat; 
}

a.back span {
	display: none;
}

