body {
 background: #000;
 color: #efe;
 font-family: arial;
 margin:0;
 font-size: larger;
}

img {
border:#333 solid 5px;
}

a {
 color:#dd6;
}

a:hover {
 color:#7c7;
 text-decoration:none;
}

#links {
 letter-spacing:2px;
 font-size:x-large;
 min-width:300px;
 float:left;
 margin:9px 0 0 5px;
}

#login {
 letter-spacing:2px;
 font-size:large;
 min-width:300px;
 float:right;
 margin:5px 6px 0 0;
}

#nav {
height:50px; width:100%; background:#333 url("images/gradient.jpg"); position:fixed; top:0px;
}


hr {
 color:#242;
}

h1 {
 margin:0;
 color:#7c7;
 letter-spacing:14px;
}
h2, h3 {
 color:#7c7;
 letter-spacing:3px;
}

#container {
 overflow: auto;
 color: #efe;
 background:#1d1d1d;
 position:absolute; left:0; right:0; top:50px; bottom:0;

 min-width:300px;
 padding-top:14px;
 }
 #content {
  height:inherit;
  padding:0 15px;
 }

.signup {
width:400px;
}
#signup label{
display:block;
text-align:right;
width:100px;
float:left;
}
#signup input{
float:left;
padding:4px 2px;
width:200px;
margin:2px 0 7px 10px;
}
