body, html {
padding:0px;
margin:0px;
font-family:"Comic Sans MS";
font-size: 12px;
background-color: #000;
background-image: url('../images/bg.jpg');
}

#container {
position: relative;
width: 764px;
top: 0px;
left: 50%;
margin-left: -382px;
}

#header {
position: relative;
background-image: url('../images/header.jpg');
width: 764px;
height: 538px;
}

#header_desc1{
position: relative;
width: 764px;
top: 32px;
height: 20px;
color: #fff;
text-align: center;
}

#header_desc2{
position: relative;
width: 724px;
top: 420px;
height: auto;
color: #fff;
padding: 0px 20px 20px 20px;
text-align:justify;
}

.orange{
color: #ff9c00;
font-weight: bold;
}

h1{
color: #ff9c00;
font-weight: bold;
font-size: 24px;
}

.movie_cnt {
position: relative;
background-image: url('../images/movie_cnt.jpg');
width: 764px;
height: 533px;
}

.movie_title{
position: relative;
left: 25px;
top: 15px;
width: 720px;
height: 35px;
}

.left_container{
position:relative;
top: 57px;
left: 33px;
width: 460px;
height: 250px;
float: left;
}

.right_container{
position: relative;
width: 250px;
height: 320px;
top: 15px;
float: right;
}

.thumb1{
position: relative;
left: 5px;
width: 215px;
height:161px;
border: 1px solid #ff9c00;
}

.thumb2{
position: relative;
top: 10px;
left: 5px;
width: 215px;
height:161px;
border: 1px solid #ff9c00;
}

.movie_desc{
position: relative;
width: 700px;
top: 40px;
left: 25px;
height: 65px;
color: #fff;
padding: 5px 5px 5px 5px;
text-align:justify;
clear: both;
border: 1px solid #ff9c00;
}

.preview{
position: relative;
top: 10px;
left: 0px;
width: 215px;
height:38px;
float: left;
}

.access{
position: relative;
top: 10px;
left: 170px;
width: 326px;
height:38px;
float: left;
}



