@charset "ISO-8859-1";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #B92200;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #B92200;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #B92200;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #B92200;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #B92200;
}
/* This is a container for the page content. */
#outerWrapper #contentWrapper {
  margin: 0; 
  overflow: hidden;
  width: 100%;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 16px 0; /* Margin-bottom = fixedFooter's height */
  padding: 0;
}
#outerWrapper #fixedFooter {
  background-color: #E6E6E6;
  color: #888;
  height: 16px;
  padding: 0 0 0 40px;
  font-size: 12px;
  line-height: 16px;
}
/* The following code is for the fixed footer */
html, body {
  height: 100%;
}
#outerWrapper {
  min-height: 100%;
  position: relative;
}
* html #outerWrapper {
  height: 100%;
}
#outerWrapper #fixedFooterWrapper {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}

