body {
background-image : url('none');
background-repeat : repeat-y;
background-position : left 0%;
background-color : #666666;
font-size : 12px;
font-family : verdana;
color : #ababab;
}
a:link {
text-decoration : none;
color : #000000;
}
a:visited {
text-decoration : none;
color : #ababab;
}
a:active {
text-decoration : none;
color : #ababab;
}
a:hover {
text-decoration : none;
color : #000000;
}
#layout {
width : 400px;
height : 300px;
background : url('layout.png') no-repeat;
position : absolute;
top : 0;
left : 0;
}
#content {
position : absolute;
left : 15px;
top : 315px;
width : 400px;
}
