body{
background-image: url('bg_repeat.png');
background-color: #181818;
background-repeat: repeat-x;
margin:0px;
}

div.main{
width:1050px;
height:100%;
position:relative;
margin-left: auto;
margin-right: auto;
}

div.content{
width:auto;
height:auto;
position:relative;
margin-left: 10px;
margin-right: auto;
font-family:verdana;
}

div.menu{
background-color: #181818;
width: auto;
height: 30px;
margin-left:10px;
color:#92EC00;
font-family:verdana;
}

div.movie{
border:2;
width:640px;
height:480px;
margin-left: 10px;
margin-right: auto;
margin-top:20px;
}

div.footer{
width:"100%";
color:505050;
font-family:verdana;
font-size:small;
margin-left:10px;
}

h1{
color:#DA0E93;
font-family:verdana;
font-size:x-large;
font-weight:lighter;
margin-left:10px;
}

h2{
color:#DA0E93;
font-family:verdana;
font-size:large;
font-weight:lighter;
}

td{
color:#EEEEEE;
font-family:verdana;
font-size:small;
margin-top:2;
}

td.black{
background-color:#000000
}

a:link {color: #92EC00;text-decoration:none;}
a:visited {color: #92EC00;text-decoration:none;}
a:hover {color: #92EC00; text-decoration:underline;}
a:active {color: #92EC00;text-decoration:none;}