/*gonna be real I was watching and copypasting and kitbashing like 6 different tutorials at once on this one, so if it looks like trash and barely works, my bad it probably does lmao */
html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: black url("../images/black-graph-paper-texture.jpg")repeat;
  background-size:100%;
  color: #000;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}



h1, h2, h3, h4, h5, h6 
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #000;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #000;}

a:hover
{ text-decoration: none;}



ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}


#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header {
  height: 200px; 
  width: 100%; 
  margin: 30px auto 0px auto; 
  background-image:url("../images/Timecube Logo.png"); 
  background-size: 20% ;
  background-position:50% 60% ;
  background-repeat: no-repeat}

#menubar
{ width: 898px;
  height: 52px;
  position:relative; top:220px;
  background: #000;} 

ul#menu, ul#menu li
{ float: left;
  margin: 0; }

ul#menu li
{ list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% arial, sans-serif;
  display: block; 
  float: left; 
  height: 17px;
  margin: 10px 0 0 10px;
  padding: 9px 26px 6px 26px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;} 
ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: transparent url("../images/transparent_light.png")repeat;}
#site_content
{ width: 854px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  position:relative; top:100px;
  padding: 0 24px 20px 20px;
  background: #FFF;} 
#footer
{ width: 898px;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 33px;
  padding: 100px 0 5px 0;
  text-align: center; 
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}


  


