body, html {
padding:0px;
margin:0px;
font-family: Verdana;
font-size: 12px;
background-color: #76983e;
}

#container {
position: relative;
width: 795px;
top: 0px;
left: 50%;
margin-left: -388px;
height: 389px;
}

#header {
position: relative;
background-image: url('../images/header.jpg');
width: 795px;
height: 315px;
}

.extend {
position: relative;
background-image: url('../images/extend01.jpg');
width: 795px;
height: 525px;
}

.movie_title {
position: relative;
left: 15px;
top:0px;
width: 400px;
}

.playtime {
position: relative;
top:-50px;
left: 515px;
width: 150px;
}

.bigimg {
position: relative;
width: 500px;
height: 339px;
float: right;
left: -25px;
border: 2px solid #76983e;
display: block;
top: -35px;
}

.thumb1 {
position: relative;
top: -35px;
left: 25px;
width:230px;
height: 156px;
border: 2px solid #76983e;
float: left;
}

.thumb2 {
position: relative;
top: -12px;
left: 25px;
width:230px;
height: 156px;
border: 2px solid #76983e;
float: left;
}

.mov_description {
position: relative;
left: 25px;
top: -20px;
width:490px;
height: auto;
color:#FFFFFF;
float: left;
}

.play_trailer {
position: relative;
top: -30px;
left: 60px;
width:200px;
height: 44px;
color:#FFFFFF;
float: left;
}

.play_complete_movie {
position: relative;
top:-40px;
left: 40px;
width:242px;
height: 44px;
color:#FFFFFF;
float: left;
}

.divider {
position: relative;
width: 795px;
height: 1px;
background-image: url('../images/divider.jpg');
}

#footer {
position: relative;
background-image: url('../images/footer.jpg');
width: 795px;
height: 157px;
}
