html, body, #container{
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #container{
    height: auto;
} 

html
{
    height: 100%;
}
body 
{
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(/images/bgbody.png) repeat-x;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #333333;
}
p{color: #1f1f1f;}
#container
{
    position: absolute;
    display: block;    min-height: 100%;
    width: 100%;  
    margin: 0 0 0 0; 
    top: 0;
    bottom: 0;
    background-image: url(/images/mainback2.png);
    background-position: center top;
    background-repeat: no-repeat;
}
/*  HEADER CONTAINER and main STYLES */
#headercontainer
{
    background-image: url(/images/topbar.png);
    background-position: 50% 0px;
    background-repeat: repeat-x;
    height: 106px;
    min-height: 106px;
    position: relative;
}
#mainheader
{
    background-image: url(/images/mainheaderback.png);
    background-position: center 3px;
    background-repeat: no-repeat;
    height: 106px;
    overflow: hidden;
    padding: 0 0 0 0;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

/*  END HEADER CONTAINER STYLES */

#maincontainer
{    
    min-height: 500px;    
    position: relative;
    display: block;
    padding-bottom: 20px;    
}
#footercontainer
{
    height: 72px;
    min-height: 72px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    bottom: 0px;
    background-image: url(/images/grassfooter.png);
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden; clear: both;
    
}
#footercontainer2
{
    
    bottom: auto;
    height: 6px;
    background-image: url(/images/topbar.png);
    background-position: center bottom;
    background-repeat: repeat-x;
        width: 960px;margin-left: auto;
    margin-right: auto;

}























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