body {
  width:1000px;
  height:600px;
  margin:auto auto; 
  text-align:center;
  position: relative;
}

div#wrapper{
  text-align:left;
  position:absolute;
}

img#banner {
  position:absolute;
  left: -500px;
  top:5px;
}

img#lbottom {
  position:absolute;
  left:315px;
  top:250px;
}


img#logo {
  position:absolute;
  left:-465px;
  top:490px;
}

div#footer {
  width: 640px;
  height: 50px;
  position:absolute;
  top: 550px;
  left: -330px;
  background-color: ;
  text-align: center;
}

