@charset "utf-8";
/* CSS Document */


A:link {
	text-decoration:underline;
	color: #000;
} 
A:visited {
		text-decoration:none;
		color: #000;
}

a:active { 
		color:#000; 
		text-decoration:none; 
}




body {
	text-align: center;
	background-color: #2d1900;
	margin: 0 auto;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: strong;
	color: #625743;
	}






#wrapper {
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	left:4px;
	top:4px;
	background-color: #2d1900;
	height: 700px;
	width: 903px;
	} 




#movie_content {   
	background-color: #2d1900;
	width: 900px;
	height: 700px;	
	position:absolute;
	z-index:0;
	top: 0px;
	left: 3px;
	}

#tda {   
	width: 600px;
	height: 100px;	
	position:absolute;
	z-index:0;		
	}





