body{
background-color: #000000;
color: white;
}
a {
  color: #0099FF;
  text-decoration: none;
}
a:hover {
  color: #59ffeb;
}
a:active {
  color: #FF3300;
}
h1 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #FFFF00;
  font-size: 24px;
  vertical-align: baseline;
}
h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  vertical-align: baseline;
}
#wrapper{
width: 960px; /*this allows the content to fit monitors of 1024px width and greater without horizontal scrolling*/
margin: 0 auto; /*positions the content in the centre of the page*/
background: transparent;
}
header{
margin-top: 2px;
background: transparent;
height: 130px;
}
#container{
background: transparent;
overflow: auto; /*clears the floats used in the child elements*/
width: 100%
}
nav{
text-align: center;
}
#primary {
float: left;
   width: 240px;
   padding: 10px 0;
   margin: 0 10px;
   display: inline;
}

#content {
    float: left;
   width: 410px;
   padding: 10px 0;
   margin: 0 0 0 10px;
}

#secondary {
 float: right;
   width: 250px;
   padding: 20px 0;
   margin: 0 20px 0 0;
   display: inline;
}
footer{
text-align: center;
}
