body,html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  background-color: #000000;
  color: #aaaaaa;
  font-family: Arial, sans-serif;
  text-align: center;
}

div#outerframe {
  width: 100%;
  height: 100%;
  text-align: center;
}
div#innerframe {
  width: 750px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  text-align: left;
}

div#logo {
  background: url(tslogo.jpg) no-repeat;
  width: 750px;
  height: 84px;
  text-align: right;
}
div#pagetitle {
  padding-top: 65px;
  padding-right: 10px;
  font-size: 20px;
  color: #ff9900;
  background-color: inherit;
  cursor: default;
}

div#nav {
  text-align: center;
  position: fixed;
  bottom: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 750px;
  height: 20px;
  background-color: #000000;
  color: inherit;
  font-size: 15px;
  cursor: default;
  margin-top: 20px; /*ie*/
  border-top: 1px dotted #333333;
}

div#content {
  padding-left:5px;
  padding-right:5px;
  padding-bottom:40px;
}
a {
  text-decoration:none;
  color:#0066ff;
  background-color: inherit;
}
a:hover {
  color:#7fccff;
  background-color: inherit;
}

hr {
  height: 1px;
  border:0;
  background-color: #333333;
  color: inherit;
  width: 75%;
  margin-left: 12.5%; /* ie doesn't find this obvious?! */
}

.title {
  font-weight:bold;
  color:#ff9900;
  background-color: inherit;
}

div.quiet {
  color:#555555;
  background-color: inherit;
  font-size:14px;
  text-align: left;
}
div.quiet a {
  text-decoration:none;
  color:#003388;
  background-color: inherit;
}
div.quiet a:hover {
  color:#0099ff;
  background-color: inherit;
}

table#wowaddontable {
  border-left: 1px dotted #333333;
  border-top: 1px dotted #333333;
}

table#wowaddontable tr td {
  border-right: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  vertical-align: top;
}

div.code {
  color: #cccccc;
  background-color: #111111;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-family: Courier, "Courier New", monospace;
  font-size: smaller;
  white-space: pre;
}

span.code {
  font-family: Courier, "Courier New", monospace;
  color: #cccccc;
  font-size: smaller;
  background-color: #111111;
  border: 1px solid #222222;
  padding-left: 1px;
  padding-right: 1px;
}

/* ie hacks :( */
* html div#outerframe div#innerframe {
 height: 100%; /* because ie doesn't support 'min-height' but does the same thing with normal 'height'....?! */
}
