<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>title</title>
<style type="text/css">
.box { width:50%; margin: 0 auto;}
.left_top { padding:0 0 0 6px;
background: url(left_top.gif) no-repeat left top;}
.right_top { height:41px;
background: url(right_top.gif) no-repeat right top;}
.left_center { padding:0px 0 0 6px;
background: url(left_center.gif) repeat-y left top;}
.right_center { background: url(right_center.gif) repeat-y right top;}
.left_bottom { padding:0 0 0 6px;
background: url(left_bottom.gif) no-repeat left top;}
.right_bottom { height:6px;
background: url(right_bottom.gif) no-repeat right top;}
</style>
</head>
<body>
<div class="box">
<div class="left_top">
<div class="right_top">Title of something</div>
</div>
<div class="left_center">
<div class="right_center">
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
Lorem ipsuim is simply dummy text.Lorem ipsuim is simply dummy text.
</div>
</div>
<div class="left_bottom">
<div class="right_bottom"></div>
</div>
</div>
</body>
</html>