/* universal
------------------------------*/

* {
  margin: 0;
  padding: 0;
}


/* body and canvas
------------------------------*/

body {
  padding: 10px 0;
  text-align: center;
  background: #fff;
}
#canvas {
  width: 880px;
  margin: 0 auto;
  text-align: left;
}


/* row 1
------------------------------*/

#row1 {
  height: 45px;
  background: url(assets/mojo/img/home_r1.jpg) center bottom no-repeat;
}
#row1 h1, #row1 p {
  display: none;
}


/* row 2
------------------------------*/

#row2 {
  height: 360px;
  background: url(assets/mojo/img/home_r2.jpg) center bottom no-repeat;
  position: relative;
}
#check-fan {
  width: 210px;
  height: 130px;
  position: absolute;
  left: 30px;
  top: 115px;
  display: block;
}
#check-we {
  width: 210px;
  height: 115px;
  position: absolute;
  left: 30px;
  top: 245px;
  display: block;
}
#westend {
  width: 280px;
  height: 245px;
  background: url(assets/mojo/img/home_we_map_cs.jpg) center top no-repeat;
  position: absolute;
  left: 240px;
  top: 0;
}
#map-we {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 90px;
  top: 55px;
  display: block;
}
#fan {
  width: 290px;
  height: 245px;
  background: url(assets/mojo/img/home_fan_map.jpg) center top no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#map-fan {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 105px;
  top: 160px;
  display: block;
}
#row2 a span {
  display: none;
}



/* box lunch icon
------------------------------*/
#boxlunch img {
  width: 188px; 
  height: 136; 
  position: absolute; 
  left: 40px; 
  top: 440px; 
  display: block;
}


/* promotional banner
------------------------------*/
#promobanner img {
  width: 640px; 
  height: 110; 
  position: absolute; 
  left: 240px; 
  top: 465px; 
  display: block;
}


/* row 3
------------------------------*/

#row3 {
  height: 100px;
  background: url(assets/mojo/img/home_r3.jpg) center bottom no-repeat;

}

#connors {
  position: absolute; 
  left: 498px; 
  top: 575px; 
  display: block;
  font-family: arial, sans;
  font-size: 14px;
}
