﻿html
{
    overflow: auto;
    background-color: Black;
}

body 
{
    background-color: Black;
    margin-top: 10px;
    background-image: url(layout/bg_page9.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 13px;
}

.comingSoon
{
    width: 749px;
    height: 603px;
    margin-left: auto;
    margin-right: auto;
}

.countdown
{
    width: 250px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.header
{
    background-color: Black;
    width: 1002px;
    height: 99px;
    margin: 0px auto 0px auto;
}
.topNav
{
    width: 1002px;
    height: 29px;
    margin: 0px auto 0px auto;
    background-image: url(layout/TopNav/bg_nav.gif);
    background-repeat: no-repeat;
}
.contentContainerStatic
{
    background-color: black;
    width: 1002px;
    min-height: 595px;
    /* height: 595px; */
    margin: 0px auto 0px auto;
}

.contentContainerStage
{
    background-image: url(layout/bg_content6b.jpg);
    width: 1002px;
    height: 595px;
    margin: 0px auto 0px auto;
}
.contentContainerScaled
{
    width: 1002px;
    min-height: 500px;
    margin: 0px auto 0px auto;
}
.footer
{
    background-image: url(layout/footer.jpg);
    width: 1002px;
    height: 78px;
    margin: 0px auto 0px auto;
}
.sectionTitle
{
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 16px;
    font-weight:bold;
}


.homepageContainer
{
    width:1002px;
    color:White;
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 12px;    
}
.pageTitle
{
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 24px;
    margin: 15px 0px 15px 0px;
}