html{
 font: monospace;
}
body {
 background-color: black;
 color: white;
}

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

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

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

/* applies to all divs within the content div */
#content div {
 padding:0px;
 margin:0px;
 border:0px solid #bbb;
 float:left;
}

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




