body {
background-color: 141414;
background-repeat: repeat-y;
}

#menu {
position: absolute;
top: 20px;
left: 10px;
width: 140;
text-align: left;
font-size: 10px;
color: 666666;
font-family: times new roman;
}


#art {
position: absolute;
top: 30px;
left: 170px;
width: 600px;
}

a:link { 
color: #cccccc;
text-decoration: none;
}

a:visited{ color: #bbbbbb;
text-decoration: none;
}
a:hover { color: #cccccc;
}
a:active { color: #cccccc;
text-decoration: none;
}