body
{
background-image: url(background.jpg);
background-color: #000000;
background-repeat: repeat-y;
}

#image
{
position: absolute;
left: 0px;
top: 0px;
}

#content
{
position: absolute;
left: 200px;
top: 375px;
width: 320px;
}

#navigation
{
position: absolute;
left: -5px;
top: 300px;
width: 160px;
}

