html, body
{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: times new roman;
  height: 100%;
  width: 100%;
  position: relative;
  scrollbar-base-color:#372c0e;
}
body
{
  background: #010101 url(../images/grunge-tile.jpg) repeat-x left center fixed;
}

h1, h2, h3, h4, h5, h6, ul, li, p, form
{
  margin: 0px;
  padding: 0px;
}
#header
{
  position: absolute;
  top: 121px;
  left: 42px;
}
#header h1
{
  margin: 0px;
  padding: 0px;
}
#left
{
  width: 300px;
  height: 500px;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  background: url(../images/left.jpg);
}
#header a img
{
  border: 0px;
}
#nav
{
  position: absolute;
  top: 370px;
}
#nav li
{
  text-align: center;
  width: 270px;
}
#nav a
{
  color: white;
  text-decoration: none;
}
#nav a:hover, #nav a.current
{
  text-decoration: underline;
}
#nav a.lower
{
  color: #ffc174;
}
#nav .firstLower
{
  margin-top: 1em;
}
#nav ul, #nav li
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#controls
{
  position: fixed;
  left: 0px;
  top: 50%;
  width: 270px;
  height: 500px;
  margin-top: -250px;
  background: black url(../images/logo-bkg.jpg) no-repeat scroll left top;
  z-index: 1;
}
#twitter_div
{
  position: fixed;
  top: 100%;
  margin-top: -36px;
  height: 36px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background-color: #1d1d14;
  padding-top: 5px;
}
#twitter_div p.question a
{
  color: #fec073;
}
#twitter_div p, #twitter_div ul, #twitter_div li
{
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline;
}
#twitter_div p
{
  margin-left: 10px;
}
#twitter_div li
{
  margin-left: 10px;
}
#twitter_div p a, #twitter_div li
{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#twitter_div li a
{
  font-weight: normal;
  position: relative;
  left: 5px;
  font-size: 10px;
  color: white;
  text-decoration: none;
}
#twitter_div p
{
  text-align: left;
}
