
            body 
            {
                text-align: center;
            }
            
            
            div#container
            {
            margin-left: auto; 
            margin-right: auto;
            width: 50em;
            }
            
            #header {
                background: #fff;
            }
            
    
            #resultscontent {
                border-left: 5em solid #fff;
                border-right: 5em solid #fff;
                background-color: #fff;
                margin-left: auto; 
                margin-right: auto;
            }
            
            #footer {
                border-left: 5em solid #fff;
                border-right: 5em solid #fff;
                background-color: #fff;
                text-align: center;
            }
