/*********************************************
  HEADER
**********************************************/
div#header{
  height:100px;
  border:1px solid gray;
}

/*********************************************
  FOOTER
**********************************************/
div#footer{
  height:50px;
  border:1px solid gray;
}

