div#generic_content {
  color: #EEE;
  left: 300px;
  position: absolute;
  top: 350px;
  width:620px;
}

h1, h2, h3, h4 {
  color: #FEDE58;
}

a {
  color: #FEDE58;
  text-decoration: none;
}

div.row,
div.row.odd_row,
div.row.even_row {
  float: left;
  width: 625px;
}

div.row div.region {
  margin-top: 0px !important;
}

div.row div {
  float: left;
  padding: 5px;
  width: 145px;
}



div.row.even_row {
  background: url('/images/backgrounds/trans_blk.png') repeat;
}
