body {
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    background: #000000 url('../images/body.jpg') no-repeat top center;
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}

p, ul, body {
    padding: 0px;
    margin: 0px;
}

a {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px;
}

#container {
    width: 878px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}
.logo {
    height: 95px;
    width: 878px;
    padding-top: 25px;
    text-align: center;
}
.logo p {
    color: #999999;
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 18px;
}
#content {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 100px;
}
.mov {
    background: url('../images/banner_bg.png') no-repeat;
    width: 874px;
    height: 448px;
    position: relative;
    padding: 2px;
}


#footerWrap {
    height: 200px;
    width: 100%;
    background: url('../images/footerWrap.jpg') repeat-x;
}

.footer {
    background: url('../images/footer_bg.jpg') no-repeat top right;
    width: 878px;
    height: 200px;
    margin: 0 auto;
    color: #636363;
    position: relative;
    font-size: 12px;
}
.push {
    height: 200px; /* .push must be the same height as .footer */
}
.footer p a {
    color: #636363;
}

.footer p a:hover {
    color: #000000;
}

.links {
    padding-top: 22px;
}

.links p {
    float: left;
    margin-right: 20px;;
}

.links p img {
    position: relative;
    top: 10px;
    margin-right: 5px;
}

.copyright {
    position: absolute;
    top: 40px;
    right: 340px;
}