body, html {
padding:0px;
margin:0px;
font-family: Verdana;
font-size: 12px;
background-color: #000;
background-image: url('../images/bg.jpg');
}

#container {
position: relative;
width: 801px;
top: 0px;
left: 50%;
margin-left: -411px;
height: 389px;
}

#header {
position: relative;
background-image: url('../images/header.jpg');
width: 801px;
height: 570px;
}

#footer {
position: relative;
background-image: url('../images/footer.jpg');
width: 801px;
height: 254px;
}

.movie_container_1 {
position: relative;
background-image: url('../images/movie_container_1.jpg');
width: 801px;
height: 474px;
}

.movie_container_2 {
position: relative;
background-image: url('../images/movie_container_2.jpg');
width: 801px;
height: 474px;
}

.movie_container_3 {
position: relative;
background-image: url('../images/movie_container_3.jpg');
width: 801px;
height: 474px;
}

.movie_container_4 {
position: relative;
background-image: url('../images/movie_container_4.jpg');
width: 801px;
height: 474px;
}

/* LEFT CONTAINER */ 
.left_container{
position: relative;
width: 428px;
height: 474px;
float: left;
}

.bigimg{
position: relative;
left: 30px;
top: 50px;
width: 388px;
height: 297px;
border: 1px solid #fff;
}

.trailer{
position: relative;
top: 53px;
left: 30px;
width: auto;
height: auto;
}

.whole_movie{
position: relative;
top: 53px;
left: 30px;
width: auto;
height: auto;
}

/* END LEFT COMTAINER */

/* RIGHT COTAINER */
.right_container{
position: relative;
width: 368px;
height: 474px;
float: right;
}

.thumb1{
position: relative;
top: 50px;
width: auto;
height: auto;
border: 1px solid #fff;
float: left;
}

.thumb2{
position: relative;
left: 10px;
top: 50px;
width: auto;
height: auto;
border: 1px solid #fff;
float: left;
}

.thumb3{
position: relative;
top: 60px;
width: auto;
height: auto;
border: 1px solid #fff;
clear: both;
float: left;
}

.thumb4{
position: relative;
left: 10px;
top: 60px;
width: auto;
height: auto;
border: 1px solid #fff;
float: left;
}

.movie_description{
position: relative;
top: 75px;
width: 310px;
height: 125px;
clear: both;
color: #fff;
padding: 5px 5px 5px 5px;
}

/* END RIGHT CONTAINER /*




