html
{   height:100%;
}
body
{   margin:0px;
    padding:0px;
    font-family:Helvetica, Arial, Verdana, Sans-Serif;
    font-size:0.8em;
    line-height:1.3em;
    height:100%;
    text-align:center;
    }  
div#container
{   width:790px;
    margin:0px auto 0px;
    background-image:url(../images/background5.gif);
    background-repeat:repeat-y;
    border-left:1px solid #7b879e;
    border-right:1px solid #7b879e;
    border-bottom:1px solid #7b879e;
}     
 #bannerwrapper
 {  width:255px;
    height:100%;
    float:right;
    text-align:center;
    border:0px dotted #660000;
    }

#startpage_text
{   width:370px;
    border:0px solid #000000;
    margin-top:32px;
    margin-left:8px;
    float:left;
    }
#bannerleft
{   float:left;
    width:195px;
    border:0px solid #000000;
    display:none;
    }
#bannerright
{   float:right;
    width:134px;
    background-color:#FFFFFF;
    border-left:#666666;
    border-right:#666666;
    }    
