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:   170px ;
  left:     100px ;
  right:    100px ;
}

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

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