body {
margin: 0px;
padding: 0px;
background: url('BG.jpg') repeat-y;
background-color: #000000;
font-size: 12px;
color: #CCCCCC;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 800px;
height: 600px;
background: url('BG.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 513px;
top: 197px;
left: 17px;
}

#navigation {
position: absolute;
width: 100px;
top: 146px;
left: 585px;
}

h1 {
color: #CCCCCC;
font-size: 17px;
}

h2 {
color: #CCCCCC;
font-size: 14px;
}

a {
color: #999999
}


a:hover {
color: #FFFFFF
} 
