/* Home page css */


/******************
 General components
 ******************/
div.quote blockquote,
div.quote span.quoteBody,
div.quote span.quoteMark {
  font-size: 30px;
  line-height: 30px;
}

/***************
 Hidden elements
 ***************/
div.contentArea {
  left: 0px;
  height: 200px;
  position: absolute;
  top: 0px;
  width: 200px;
}

#cell_1 {
}

#cell_2 {
  left: 200px;
}

#cell_3 {
  left: 400px;
  width: 400px;
}

#cell_4 {
  left: 800px;
}

#cell_5 {
  height: 100px;
  top: 200px;
}

#cell_6 {
  height: 100px;
  left: 200px;
  top: 200px;
}

#cell_7 {
  left: 400px;
  top: 200px;
}

#cell_8 {
  left: 600px;
  top: 200px;
}

#cell_9 {
  left: 800px;
  top: 200px;
}

#cell_10 {
  top: 300px;
  width: 400px;
}

#cell_11 {
  height: 100px;
  left: 400px;
  top: 400px;
}

#cell_12 {
  height: 100px;
  left: 600px;
  top: 400px;
}

#cell_13 {
  height: 100px;
  left: 800px;
  top: 400px;
}


