﻿body
{
    margin: 0px;
    background-color: #314057;
}
#topNavContainer
{
    margin: 0px;
    position: relative;
    width: 100%;
    background-image: url('../images/repeaters/repeater_topNav.gif');
    background-repeat: repeat-x;
    background-color: #000000;
}
#headerFlashContainer
{
    position: relative;
    width: 100%;
    height: 199px;
    background-image: url('../images/repeaters/repeater_headerFlash.gif');
    background-repeat: repeat-x;
    margin-top: 0px;
    padding-top: 0px;
}
#balanceBarContainer
{
    position: relative;
    width: 100%;
    height: 76px;
    background-image: url('../images/repeaters/repeater_balanceBar.gif');
    background-repeat: repeat-x;
}
#contentAreaContainer
{
    position: relative;
    background-image: url('../images/repeaters/repeater_mainContent.gif');
    background-repeat: repeat-x;
    background-color: #989FAB;
}
#helloWorld
{
    position: relative;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
}
#winBarContainer
{
    position: relative;
    width: 100%;
    height: 50px;
    background-image: url('../images/repeaters/repeater_winBar.gif');
    background-repeat: repeat-x;
    background-color: #314057;
}
#footerFlashContainer
{
    position: relative;
    width: 100%;
    background-color: #314057;
    height:0px;
}
#footerContainer
{
    position: relative;
    width: 100%;
    background-color: #314057;
    height:150px;
}
#icons
{
    width: 100%;
    text-align:center;
}
