body {
  margin :  100px  100px  100px  100px;
  background:    #4682B4 ;
}

#top {
  position: absolute ;
  background:    #4682B4 ;
  
  width:    800px ;
  top:        0px ;
  height:   155px ;
  left:     100px ;
  right:    100px ;
}

#navbar {
  position: absolute ;
  background:    #4682B4 ;

  width:    800px ;
  top:      155px ;
  height:     5px ;
  left:     100px ;
  right:    100px ;
}

#main {
  position: absolute ;
  background:    #4682B4 ;
  width:    800px ;
  top:      200px ;
  height:   500px ;
  left:     100px ;
  right:    100px ;
}

#footer {
  position: absolute ;
  background:    #4682B4 ;
  width:    800px ;
  top:      800px ;
  height:   240px ;
  left:     100px ;
  right:    100px ;
}
