body {
  margin:    50px   50px   50px   50px;
  width:    900px ;
  height:  1000px ; 
  background-color: black ;
}

#top {
  position: absolute ;
  background-image: url("images/big1860.jpg") ;  
  width:    900px ;
  top:        0px ;
  height:   155px ;
  left:     100px ;
  right:    100px ;
}

#navbar {
  position: absolute ;
  background-image: url("images/big1860.jpg") ;
  width:    900px ;
  top:      155px ;
  height:   100px ;
  left:     100px ;
  right:    100px ;
}

#main {
  position: absolute ;
  background-image: url("images/big1860.jpg") ;
  width:    900px ;
  top:      250px ;
  height:   900px ;
  left:     100px ;
  right:    100px ;
}

#footer {
  position: absolute ;
  background-image: url("images/big1860.jpg") ;
  width:    900px ;
  top:     1100px ;
  height:   100px ;
  left:     100px ;
  right:    100px ;
}
