/* CSS Document */
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-position:center top;
    background-repeat:no-repeat;
   
    background-color:#111;
    color:#000;
}
#container{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}
#top{
    width:900px;
    height:150px;
    background:#999;
    float:left;
    text-align:left
}
#center{
    width:900px; 
    height:602px; 
    background:#fff;
    float:left;
    text-align:left;
}
#footer{
    width:900px; 
    height:0px;   
    float:left;
}
#nav{
    color:#ccc;
    font-size:12pt;
    width:840px; 
    text-align:center;
    font-family:sans-serif;
    letter-spacing:1px;
    margin-top:-38px;
    margin-left:50px;
    font-weight:bold;
}
html>body #nav{
    margin-left:0px;
    margin-top:60px;
}
#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:0px;
    width:439px;
    height:510px;
    background-color:#000;
    float:left;
}
#frontpage{
    vertical-align:middle;
    position:relative;
    top:29px;
    left:0px;
    width:439px;
    height:510px;
    background-color:#eee;
    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:#000;
    text-decoration:none;
}
#gallery{
    background-color:#eee;
    position:relative;
    float:left;
    top:29px;
    left:0px;
    width:457px;
    height:510px;
    text-align:center;
    overflow-y:hidden;
}

#gallery td{
    font-family:sans-serif;
    letter-spacing:2px;
    text-align:center;
    vertical-align:top;
    text-align:center;
}
#gallery th{
    font-family:sans-serif;
    letter-spacing:2px;
    text-align:center;
}
#gallery img{
    border:0px;
    cursor:pointer;
}
#logolink{

    width:114px;
    height:150px;
    float:left;
    cursor:pointer;
    background-image:url('images/logo.jpg');
}

#title{
    margin-left:130px;
    font-weight:bold;
    font-size:30pt;
    font-family:sans-serif;
    letter-spacing:2px;
    color:#555;
}
