 html {
                height: 100%;
            }
            body {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #5b1f14;
                font-size: 1em;
                font-family: Arial, sans-serif;
            }
            a.menu {
	                    color: "#fdedb9";
	                    text-decoration: none;
	                    font-size:13px;
	                    
	                }
            a.menu:hover {color:"#fdedb9"; text-decoration:underline;}
            
            .menu1 {
                margin-top: 5px;margin-bottom: 5px;
                                
            }
            
            .content1 {
	                    margin-top: 25px;margin-bottom: 15px;margin-left:15px;margin-right:15px;
	                                    
            }
            .content2 {
	    	                    margin-top: 0px;margin-bottom: 15px;margin-left:15px;margin-right:15px;
	    	                                    
            }
            
            .tinytext {  color: "#fdedb9";
	                    
	                    font-size:12px;}
            
            H1 {
             font-size:20px;
		}
            
            div#content {
                width: 750px;
                background-color: white;
                position: absolute;
                top: 220px;
                padding: 8px;
                height: 332px;
            }
            div#cr {
                background-color: blue;
                width: 766px;
                height: 45px;
                position: absolute;
                top: 568px;
                background-image: url(http://www.wacocvb.com/eng2/images/footer.jpg);
                background-repeat: no-repeat;
            }