@charset "utf-8";
/* CSS Document */

<!--
<style type="text/css">

#body {
	background-color: #000000;
	background-image: url(IMAGES/bg.jpg);
	background-repeat: no-repeat;
}
#movie{
}
#bar{
background-color:#C9BDAD;
height:6px;
width:100%;
margin-left:-1px;
}
#info{
text-align:center;
width:100%;
font-family:Tahoma, Verdana, Arial;
font-size:10px;
color: #b3afaf;
padding-top:5px;
}
#cright{
text-align:center;
width:100%;
font-family:Tahoma, Verdana, Arial;
font-size:10px;
color: #58524a;
padding:5px 0 10px;
line-height:1.75em;
}
#cright a{
color:#58524A;
text-decoration:none;
}
#cright a:hover{
color:#B3AFAF;
text-decoration:hover;
}
</style>
-->