/* CSS Document */
#movie {
width: 885px;
background:#000000;
}
 .INDEX_content {
       position: relative;
       top: 10px;
       left: 0px;
       width:  881px;
       height: 175px;
	   background-image:url(images/home/x-repeat.gif);
	   background-position: bottom;   
	   border-bottom: 2px solid #ffffff;
	   border-left: 2px solid #ffffff;
	   border-right: 2px solid #ffffff;
	   border-top: 2px solid #ffffff;

   }
   
    .INDEX_content a{
	   color:  #ffffff; 
   }

#INDEX_left
{
position: absolute; 
top: 5px; 
left: 0px;
width: 31%; 
min-height: 120px;
margin-left:5px;
text-align:left;
}


#INDEX_center
{
position: absolute; 
top: 5px; 
left: 33%; 
right: 33%; 
min-height: 120px;
}


#INDEX_right{
position: absolute; 
float: right;
top: 5px; 
left: 68.5%; 
width: 31%; 
min-height: 120px;
}


  .INDEX_bottom {
  clear:both;
  position: relative;
  top: 10px;
  left: 0px;
  width:  881px;
  text-align:center;
  }  
  
  .INDEX_bottom a {  			
		text-decoration: none;		
		color:#CCCCCC;
		font:Arial, Helvetica, sans-serif;
		font-size:10px;	
  }
  
  .INDEX_bottom a:hover
	{
	text-decoration: none;		
	color:#ffffff;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;	
	}
  
  #INDEX_left-titleHolder{
	 position: relative;
     float: left;
	 width:   100%;
     /*height: 25px;*/
	 padding-bottom:5px;
	 text-align:left;	
	   background-image:url(images/home/hazard_left.gif);
	 background-repeat: repeat-x;
	 color: #FFFFFF;
  }
  
   #INDEX_right-titleHolder{
	 position: relative;
     float: left;	
     width:   100%;
     height: 25px;
	 text-align:left;	
	 background-image: url(images/home/hazard_right.gif); 
	 background-repeat: repeat-x;
	 color: #FFFFFF;

  }
  
  #title {	
  	margin-top: 6px;
  	margin-left: 5px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
  #image-holder {
	border: none; 
	width: 50px;
	padding-right: 68px; 
	float:right;
	margin:3px;
}

