﻿html
{
    background-color:#000;
}
body
{
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
}
h1, h2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
}
h2
{
    font-size: 18px;
}
a
{
    color: #ffff66;
    text-decoration: none;
}
a:hover
{
    color: #fff;
    text-decoration: underline;
}
#header
{
    height:218px;
    background-color: #7e7f90;
    width:100%;
    text-align:center;
}
#menu
{
    background-image: url( '../images/menu.jpg' );
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    font-family: 'Trebuchet MS', trebuchet;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align:center;
}
#menu a
{
    color: #fff;
    text-decoration: none;
}
#menu a:hover
{
    color: #feed5e;
}
#menu ul
{
    padding: 8px 0 0 0;
    margin: auto;
    width:986px;
}
#menu li
{
    list-style: none;
    display: inline;
    margin: 0px 35px 0px 35px;
}
#content
{
    float:left;
    width:771px;
}
.homebg, .aboutbg, .charactersbg, .contactbg, .showingsbg, .videobg
{
    width:1280px;
    margin:auto;
    min-height:960px;
    background-repeat:no-repeat;
}
.homebg
{
    background-image: url('../images/flag_bg.jpg');
}
.aboutbg
{
    background-image: url('../images/camp_bg.jpg');
}
.charactersbg
{
    background-image: url('../images/school_bg.jpg');
}
.contactbg
{
    background-image: url('../images/flag_bg.jpg');
}
.showingsbg
{
    background-image: url('../images/hotel_bg.jpg');
}
.videobg
{
    background-image: url('../images/warehouse_bg.jpg');
}
#container
{
    width: 986px;
    margin: auto;
    padding-top:30px;
}
.homebg #container
{
    text-align:center;
}
.homebg #content
{
    width:986px;
}
#homefooter
{
    width: 986px;
    margin: auto;
    text-align:center;
    padding-top:15px;
}
#homefooter li
{
    list-style: none;
    display: inline;
    margin: 0px 15px 0px 15px;
    vertical-align:top;
}
#homefooter img
{
    border:none;
}
.sidelinks
{
    float:right;
    width:200px;
}
.sidelinks img
{
    margin-bottom:30px;
    border: none;
}
.clear
{
    clear:both;
}
ul.characters
{
    list-style:none;
    margin:0px;
    padding:0px;
}
ul.characters li
{
    float:left;
    margin:10px;
}
ul.characters img
{
    width: 225px;
}
.still
{
    float:left;
    margin:0px 15px 15px 0px;
}
