body
{
background-image: url(background.jpg);
background-color: white;
background-repeat: repeat-y;
}

#image
{
position: absolute;
left: 0px;
top: 0px;
}

#content
{
position: absolute;
left: 200px;
top: 344px;
width: 280px;
}

#navigation
{
position: absolute;
left: 20px;
top: 280px;
width: 120px;
}

