#adUnit{
  position : relative;
  float : right;
  margin : 10px;
  cursor : pointer;
}

#contentLogo{
  float : left;
  width : 100px;
  height : 50px;
}

#contentSearch{
  float : left;
  width : 850px;
  height : 50px;
}

#contentTop{
  float : left;
  width: 650px;
  height : 90px;
}

#contentBottom{
  float : left;
  width : 970px;
  height : 50px;
}

#contentLeft{
  float : left;
  width : 650px;
  height : 890px;
}

#contentRight{
  float : right;
  width : 300px;
  height : 1000px;
}

#center{
  position : relative;
  margin-right : auto;
  margin-left : auto;
  width : 990px;
}

.mockContent{
  position : relative;
  background-color : #bbbbbb;
  margin : 10px;
}