body{
background-image:url(japanlet.jpg);
background-repeat: repeat;
background-position: 50% 50%;
}

div.outermost_body { 

width: 1010px;
position: relative;
left: 50%;
margin-left: -505px; /* half the width of the div */


} 

#header{
background-color:#800000;
width:1000px;
position:absolute;
}

.navigation{

display: block;
background-color:#800000;
width:160px;
float:left;
top:316px;

position:absolute;
}

#frame{
float:left;
width:669px;
height:900px;
}

img.right{
width:150px;
}

#right_column{

}


.content{
background-color:#800000;
position:absolute;
float:right;
left:16%;
top: 316px; 
width:840px;
height:882px;
}

#footer{
background-color:#800000;
top: 500px;
height: 300px;

width: 1000px; 
position: absolute;   
top: 1210px
}
