@charset "UTF-8";
/* CSS Document */

* 
/* Overall Look */
body, html {
  background-color:#000000;
  color: #CCCCCC;
  font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 100%;
	width: 30000px;
}
/* IDs - 1 Appearance Only per page */
#header {
  position: fixed;
  color: #FFFFFF;
  top: 10px;
  left: 10px;
  font-size: 1em;
  z-index: 1;
}
#nav {
  float: left;
  font-size: 1em;
}
#content {
  position: relative;
  top: 65px;
  display: inline;
  width: 30000px;
  clear: both;
}
#footer {
  position: relative;
  top: 70px;
  left: 10px;
  font-size: 0.6em;
  clear: both;
}
.navsize {font-size: 1em;}
.headersize {font-size: 1.5em;}
/* LINKS SECTION */
a {color: #CCCCCC; text-decoration: none; }
a:visited {color: #CCCCCC; text-decoration: none; }
a:hover {color: #00CCFF; text-decoration: underline; }
a:active {color: #CCCCCC; }
