
body {
  background: #8F2121 url(../images/honeycomb_ruby_2.jpg);
  color: #333;
  font: normal 85% "Lucida Sans Unicode",sans-serif;
  margin: 0px;
  padding: 0px;
}

.top_dog {
  position: absolute;
  z-index:100;
}

.yellow_fade {
  background: #f9fbc0;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:0.95;
  height: 200px;
}

#bottom_fade {
  min-height:800px;
}

.blue_border {
  width: 800px;
  height: 200px;
  margin-left: auto;
  margin-right:auto;
  border: solid medium blue;
  position: relative;
}

#top_bar {
  text-align:center;
  border-top: none;
}

#bottom_bar {
  min-height: 800px;
  border-bottom: none;
}

#main_content {
  position: absolute;
  min-height: 780px;
  padding:10px;
  width:580px;
}

#sub_content {
  left: 600px;
  position: absolute;
  min-height: 780px;
  padding:10px;
  width:180px;
}

.opaque {
  filter:alpha(opacity=100);
  -moz-opacity:2.0;
  opacity:2.0;
}
