body
{
z-index: 1;
width: 100%;
height: 100%;
background-color: #000000;
}

#image
{
z-index: 2;
position: absolute;
left: 0px;
top: 0px;
}

#content
{
z-index: 2;
position: absolute;
left: 249px;
top: 95px;
}
