body { 
  padding : 0;
  margin : 0;
  background-color : #ffffff;
  font : 0.8em'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
  color : #ffffff;
}


#wrapper {
  width : 850px;
  height : 600px;
  margin : 20px auto 10px auto;
  background-color : #ffffff;
  background-image: url('img/sunglass.jpg'); 
  background-position: bottom right;
  background-repeat: no-repeat;
}

#main {
  float : left;
  width : 850px;

}

#logo {
  float : left;
  width : 245px;
  height : 90px;
  background-image : url('img/logobg1.jpg');
}

#top {
  position : relative;
  float : left;
  width : 605px;
  height : 60px;
  background-color : #64266e;
}

.strapline {
  position : absolute;
  top : 30px;
  left : 20px;
}

#nav {
  float : left;
  width : 245px;
  height : 600px;
  background-image: url('img/basedinin.jpg'); 
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color : #ffffff;
}

#face {
  float : left;
  width : 120px;
  height : 120px;
  background-image: url('img/facewt.jpg'); 
  background-position: top right;
  background-repeat: no-repeat;
}

#middle {
  float : left;
  width : 520px;
  background-image: url('img/corner.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-color : transparent;
  font-size : 1em;
  color : #666666;
}

#pitch {
  float : left;
  width : 85px;
  height : 540px;
}

#botext {
  margin : auto;
  width : 850px;
  font-size : 1em;
  color : #666666;
}

