 html {
                height: 100%;
            }
BODY {background-image:URL(background.jpg);background-repeat:repeat-x;margin-top:0px;font-size: 16px;
                font-family: arial, helvetica, sans-serif;background-color:#d2d882;
                scrollbar-base-color: #d2d882; 
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue; 
}
            a.white {
	                    color: #5e6230;
	                    text-decoration: none;
	                }
	                a.white:hover{
	                    color: #5e6230;
	                    text-decoration: underline;
            }
            a.bottom {
                color: white;
                text-decoration: none;
            }
            a.bottom:hover{
                color: white;
                text-decoration: underline;
            }
            div.content {                
                background-color: white;
                margin-left: 25px;
                margin-right:25px;
                margin-top:31px;
                margin-bottom:10px;
                font-size:16px;
               line-height: 23px;
            }
            .innercontent {                
	                    background-color: white;
	                    margin-left: 25px;
	                    margin-right:25px;
	                    margin-top:10px;
	                    margin-bottom:10px;
	                    font-size:11px;
            }
            .innernomargin {                
	    	                    background-color: white;
	    	                    margin-left: 0px;
	    	                    margin-right:0px;
	    	                    margin-top:0px;
	    	                    margin-bottom:0px;
	    	                    font-size:11px;
            }
                        
            div.bottomtext {
            font-family: arial, helvetica, sans-serif;
            font-weight:light;
            font-size:13px;
            color:white;}
            
            h1 {color: #5e6230;
            font-size:25px;
            margin-left: 25px;}
