img {
  border-width: 0;
}

body {
  background-color: #B0B0B0;
  /*
  background: url(/images/backgrounds/grr_background.jpg);
  background-repeat: no-repeat;
  background-position: 80px 35px;
  */
}

a:link {color: #CC3300; text-decoration: none; }
a:visited {color: black; text-decoration: none;}
a:hover {color: #CC3300; text-decoration: underline;}
a:focus {color: #CC3300; text-decoration: underline; }
a:active {color: #990000; text-decoration: none; }

#main-wrapper {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 600px;
  background: url(/images/backgrounds/grr_background.jpg);
  border: 1px solid #999;
}

#title {
  position: relative;
  top: 175px;
  left: 360px;
  width: 20em;
  font: 80% "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#cara-and-kyle {
  display: none;
  position: relative;
  top: 340px;
  left: 80px;
  width: 128px;
}

#post-section {
  position: relative;
  top: 230px;
  left: 480px;
  width: 10em;
}

#post-section-title {
  font: medium "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#post-headers {
  font: small "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  width: 23em;
}

#post-headers ul {
  list-style-type: circle;
  list-style-type: katakana;
  line-height: 1.6em;
}

