html{
 font:monospace;
}
body {
 background-color:#010009;
 color:#F9F6EE;
}

a:link {
 color:#d4a150;
}
a:visited {
 color:#e47120;
}

#content {
 width:900px;
 margin:0px auto;
 border:0px solid #bbb;

 margin-top:10px;
 padding-bottom:10px;
}

#content div {
 padding:0px;
 margin:0px;
 border:0px solid #bbb;
 float:left;
}

#content-left {
 width:640px;
}
#content-right {
 width:190px;
}




