﻿/* Reset body padding and margins */
body { margin:0; padding:0; }
 
/* Make Header Sticky */
#header_container { background-color:White; border:1px solid #666; margin-right:10px;  min-height:100px; left:0; width:100%; top:1; }
#header{  margin: 4px; width:100%;   margin-right:10px; text-align:center; }
 
/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/
#container { margin:0 auto; padding:80px 0; width:100%; background-color: #C5EFFD;}
#content{}
 
/* Make Footer Sticky */
#footer_container { background-color:#2A2726; border:1px solid #666; bottom:0; height:60px; left:0;  width:100%; }
#footer {  margin:0 auto; bottom:0; width:100%; text-align:center; }
