/* ///////////////////////////////////////////////////////////////////////////////////
////////////////////  BEGIN  UNIVERSAL ELEMENTs   ///////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////*/

html, body   { background-color:#000000; height: 100%; margin: 0; padding: 0;
                        color: red; text-align: center; }


#wrapper {
position:absolute;
top:20px;
left:20px;
width:800px;
height:800px;
background-image:url(img/index_bkg.gif);
}



#wrapper_crew {
position:absolute;
top:20px;
left:20px;
width:800px;
height:800px;
background-image:url(img/crew_bkg.gif);
}


#wrapper_shots {
position:absolute;
top:20px;
left:20px;
width:1200px;
height:800px;
background-image:url(img/shots_bkg.jpg);
}


#menu {
	position:absolute;
	top:287px;
	left:35px;
	width:327px;
	height:26px;
	text-align: left;
}

#menu_shots {
	position:absolute;
	top:87px;
	left:56px;
	width:327px;
	height:26px;
	text-align: left;
}



#trailer {
position:absolute;
top:192px;
left:397px;
width:320px;
height:215px;
z-index:10;

}

.txt_big {
	font-family:"Courier New", Courier, mono;
	font-size:18px;
	color:#FFCC00;

text-align:center:; 	font-weight: bold;
}



#movie_high {
	position:absolute;
	width:352px;
	height:223px;
	z-index:10;
	left: 48px;
	top: 58px;
}

#movie_low {
	position:absolute;
	width:318px;
	height:148px;
	z-index:10;
	left: 48px;
	top: 57px;
}


#movie_med {
	position:absolute;
	width:451px;
	height:223px;
	z-index:10;
	left: 48px;
	top: 58px;
}


div#centered {
	border: 0px;
	height: 350px;
	width: 510px;
	position: absolute;
	left: 25%;
	top: 25%;
	background-image: url(img/movie_bkg.gif);
	background-repeat: no-repeat;
}
div#movie_size_centered {
	border: 0px;
	height: 431px;
	width: 510px;
	position: absolute;
	left: 25%;
	top: 25%;
	background-image: url(img/movie_size_bkg.gif);
	background-repeat: no-repeat;
}


div#movie_size_big_centered {
	border: 0px;
	height: 404px;
	width: 705px;
	position: absolute;
	left: 25%;
	top: 25%;
	background-image: url(img/movie_size_big_bkg.gif);
	background-repeat: no-repeat;
}

div#movie_size_small_centered {
	border: 0px;
	height: 240px;
	width: 418px;
	position: absolute;
	left: 25%;
	top: 25%;
	background-image: url(img/movie_size_small_bkg.gif);
	background-repeat: no-repeat;
}

div#movie_size_med_centered {
	border: 0px;
	height: 313px;
	width: 539px;
	position: absolute;
	left: 261px;
	top: 129px;
	background-image: url(img/movie_size_med_bkg.gif);
	background-repeat: no-repeat;
}


div#trailer_centered {
	border: 0px;
	height: 309px;
	width: 441px;
	position: absolute;
	left: 25%;
	top: 25%;
	background-image: url(img/trailer_bkg.gif);
	background-repeat: no-repeat;
}


div#trailer {
	position:absolute;
	width:323px;
	height:223px;
	z-index:10;
	left: 47px;
	top: 58px;
}
div#index_trailer {
	position:absolute;
	width:323px;
	height:223px;
	z-index:10;
	left: 397px;
	top: 196px;
}
