#reels #header {
   background: url(../images/reels/head.jpg) no-repeat;  
	 width: 700px;
	height: 157px; 
    	
}
body#reels ul#nav li#hireme a{
	width: 100%;
	background:  url(../images/home/navhover.jpg) no-repeat;
	height: 40px;
} 
body#reels ul#nav li#hireme li a{
	background:  none;
	height: 100%;
}

/*main content*/

#reels #main {
   width: 700px;
   height: 1097px;
   background: url(../images/reels/main.jpg) no-repeat;
   float: left;
}
#reels #main #content{
   /*border: thin solid #101010;*/
   
   padding-left: 10px;
   padding-right: 3px;
   width: 680px;
   text-transform: none;
   position: relative;
   top: 330px;
}
#reels #main #movies{
margin: auto;
width: 680px;
height: 320px;
padding-top: 68px;
padding-left: 27px;
}
.movie1{
width: 320px;
height:240px;
padding-right: 6px;
/*left: 34px;*/
float: left;
/*position: relative;*/


}
.movie2{
width: 320px;

height: 240px;
float: left;
/*left: 656px;*/
/*position: absolute;*/

}

img {
border: none;
padding: 0px;

}
a { 
color:maroon;  
text-decoration:none; 
border: none;
}
a:hover { 
font-size: 12px;
color:red; 
text-decoration: none;

}
#reels #footer{
background: url(../images/reels/footer.jpg) no-repeat;
width: 700px;
height: 46px;
clear: both;
}
