html
{
    height: 100%;
}
body 
{
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#container
{
    position: absolute;
    display: block;
    height: 100%;
    min-height: 100%;
    width: 100%;  
    margin: 0 0 0 0; 
    top: 0;
    bottom: 0;
}
/*  HEADER CONTAINER and main STYLES */
#headercontainer
{
    background-image: url(/images/topheaderback.png);
    background-position: 50% 0px;
    background-repeat: repeat-x;
    height: 212px;
    min-height: 212px;
    position: relative;
    
}
#topheader
{
    
    height: 42px;
    overflow: hidden;
    padding: 0 0 0 0;
}
#mainheader
{
    background-image: url(/images/mainheaderback.png);
    background-position: center top;
    background-repeat: repeat-x;
    height: 170px;
    overflow: hidden;
    padding: 0 0 0 0;
}

/*  END HEADER CONTAINER STYLES */

#maincontainer
{
    
    min-height: 600px;
    background-image: url(/images/mainback.png);
    background-position: 50% 0px;
    background-repeat: repeat-y;
    position: relative;
    display: block;
    padding-bottom: 20px;
}
#footercontainer
{
    height: 82px;
    min-height: 82px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    bottom: 0px;
    background-image: url(/images/footerback.png);
    background-position: 50% 0px;
    background-repeat: repeat-x;
    overflow: hidden;
    
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
