 html {
                height: 100%;
            }
            body {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: gray;
                font-size: 13px;
                font-family: Arial, serif;
            }
            
            a {
                color: white;
                text-decoration: none;
                
            }
            a:hover{
                color: white;
                text-decoration: underline;
                
            }
            div#content {            
                background-color: white;
                position: absolute;                
                padding: 10px;
                
            }
            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;
            }