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 {
 background:#333;
 letter-spacing:2px;
 font-size:x-large;
 text-align:center;
 min-width:700px;
 width:80%;
 position:fixed; top:0;
}

h1 {
 margin:0;
 padding-top:10px;
 color:#7c7;
 letter-spacing:14px;

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

#container {
 overflow: auto;
 color: #efe;
 background:#1d1d1d;
 position:absolute; left:7.5%; top:0; bottom:0;
 border-top:solid 28px #333;
 border-left:solid 28px #333;
 border-right:solid 28px #333;
 min-width:700px; width:80%;
 padding-top:14px;
 }
 #content {
  height:inherit;
  padding:0 15px;
 }
#side {
 font-weight:bold;
 letter-spacing:5px;
 font-size:x-large;
 text-align:center;
 color:#7c7;
 width:320px;
 float:right;
 margin:10px;
}
