#box1-start {
 position : absolute;
 left : 807px;
 top : 96px;
 height : 10px;
 width : 185px;
 background : url(images/box_start.gif);
}

#box1-end {
 position : absolute;
 left : 807px;
 top : 391px;
 height : 10px;
 width : 185px;
 background : url(images/box_end.gif);
 overflow : hidden;
 display : block;  
}

#box1 {
 position : absolute;
 left : 807px;
 top : 106px;
 height : 285px;
 width : 185px;
 background : url(images/box_back.gif);
}

#box2-start {
 position : absolute;
 left : 807px;
 top : 431px;
 height : 10px;
 width : 185px;
 background : url(images/box_start.gif);
 overflow : hidden;
 display : block;  
}

#box2 {
 position : absolute;
 left : 807px;
 top : 441px;
 height : 259px;
 width : 185px;
 background : url(images/box_back.gif);
}

#box2-end {
 position : absolute;
 left : 807px;
 top : 700px;
 height : 40px;
 width : 185px;
 background : url(images/box_end.gif) no-repeat;
 overflow : hidden;
 display : block;  
}

#box1 p, #box2 p {
 font-size: 9px;
 line-height: 150%;
}