@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fafafa;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #504631;
	text-shadow: #fff 0 1px 0;
	line-height: 20px;
}
#container {
	margin: auto;
	padding: auto;
	height: 694px;
	width: 895px;
	text-align: left;
}
#container #header {
	height: 99px;
	width: 895px;
}
#container #center {
	clear: both;
	height: 151px;
	width: 895px;
}
#container #movie {
	clear: both;
	height: 312px;
	width: 895px;
}
#container #movie #movie1 {
	height: 312px;
	width: 548px;
	float: left;
}
#container #movie #movie1 #tekst {
	height: 312px;
	width: 339px;
	background-image: url(images/BodyLeft.png);
	background-repeat: no-repeat;
	float: left;
}
#container #movie #movie1 #tekst p {
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 40px;
	margin-left: 27px;
}
#container #movie #movie1 #Filmpje {
	height: 312px;
	width: 209px;
	float: left;
}
#container #footer {
	clear: both;
	height: 130px;
	width: 895px;
}
#container #footer #mo {
	float: left;
	height: 130px;
	width: 615px;
}
#container #footer #appstore {
	float: left;
	height: 130px;
	width: 235px;
}

/**
Movie
**/

#poster {
	cursor:pointer;
}


/**HUD
*/
/**
* HUD
*/
#hud{
	border-spacing:0px 0px;
	position:absolute;
	top:50px;
	z-index:3;
}

#hud td{
	padding: 0px;
}

#hud #hud_topright{
	background-image:url(images/hud/hud_topright.png);
}

#hud #hud_topleft{
	width:61px;
	height:123px;
	vertical-align:top;
	background-image:url(images/hud/hud_topleft.png);
}

#hud #hud_close{
	cursor:pointer;
	margin-top: 9px;
	margin-left: 9px;
}

#hud #hud_bottomright{
	width:63px;
	height:75px;
	background-image:url(images/hud/hud_bottomright.png);
}
#hud #hud_bottomleft{
	background-image:url(images/hud/hud_bottomleft.png);
}

#hud #hud_middlecenter{
	width: 632px;
	height: 360px;
	background-image:url(images/hud/hud_middlecenter.png);
	background-repeat:repeat;
}

#hud #hud_topcenter{
	background-image:url(images/hud/hud_topcenter.png);
}


#hud #hud_bottomcenter{
	background-image:url(images/hud/hud_bottomcenter.png);
}

#hud #hud_middleleft{
	background-image:url(images/hud/hud_middleleft.png);
}

#hud #hud_middleright{
	background-image:url(images/hud/hud_middleright.png);
}


#hud #hud_body{
	color:#837562;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	text-align: left;
	margin-left: 30px;
}

/**
UIScrollView
*/
#scrollbar_container {
	position:relative;
	width:632px;
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:10px;  
    height:100%;  
    width:5px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:5px;  
    background-color:#C4BEA8;  
    cursor:move;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {
	text-shadow:none;
	overflow:hidden;
	width:632px;
	height:360px;
}
