/* CSS Document */
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-position:center top;
    background-repeat:no-repeat;
    background-image:url('images/back.jpg');
    background-color:#000;
    color:#fff;
}
#container{
    width:956px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}
#top{
    width:956px;
    height:90px;
    background-image:url('images/main_02.jpg');
    float:left;
    text-align:left
}
#center{
    width:956px; 
    height:652px; 
    background-image:url('images/main_04.jpg');
    float:left;
    text-align:left;
}
#footer{
    width:956px; 
    height:10px;   
    float:left;
}
#nav{
    font-size:9pt;
    width:956px; 
    text-align:center;
    font-family:sans-serif;
    letter-spacing:1px;
    margin-top:15px;
}
#nav a {
    font-size:10pt;
    color:#fff;
    text-decoration:none;
    font-family:sans-serif;
    letter-spacing:2px;
    margin-top:15px;
}
#movie{
    position:relative;
    top:29px;
    left:30px;
    width:469px;
    height:510px;
    background-color:#000;
    float:left;
}
#frontpage{
    vertical-align:middle;
    position:relative;
    top:29px;
    left:30px;
    width:469px;
    height:510px;
    background-color:#000;
    float:left;
    font-family:sans-serif;
    letter-spacing:0px;
}
#frontpage p{
    margin-top:20px;
    padding:15px;
    text-align:justify;
}
#contact{
    margin-top:50px;
    width:956px;
    height:10px;
    float:left;
    font-family:sans-serif;
    letter-spacing:2px;
    text-align:center;
}
#contact a{
    color:#fff;
    text-decoration:none;
}
#gallery{
    position:relative;
    float:left;
    top:29px;
    left:30px;
    width:469px;
    height:510px;
    overflow-y:hidden;
}

#gallery td{
    font-family:sans-serif;
    letter-spacing:2px;
    text-align:center;
    vertical-align:top;
}
#gallery th{
    font-family:sans-serif;
    letter-spacing:2px;
    text-align:center;
}
#gallery img{
    border:0px;
    cursor:pointer;
}
#logolink{
    position:relative;
    width:330px;
    height:50px;
    top:30px;
    left:20px;
    cursor:pointer;
}
