@import url(base.css);

#movie div
{
background:url(img/h-index.jpg);
}

#mm1 a:hover, #mm1 a
{/*home */
background:url(img/menu.png) 0 -76px;
}
#movie, #m_holder, #movie div
{
	height:350px;
}
#content
{

	padding:498px 0 0 0; /* top padding is the height of the header*/
	
}
h1
{
width:312px;
height:59px;
margin:0 -312px 40px 0;
list-style-image:url(img/t_index.gif);
}


h2#mis
{list-style-image:url(img/t_about2.gif);
width:447px;
height:27px;
margin:40px -447px 10px 0;
}

 @media print {
#m_holder
{
 list-style-image: url(img/h-index.jpg);
 height:350px;
}
 
 
 
 }
