link http://ramonvanophuizen.nl/probleem%20css/
<!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=utf-8" />
<title>Untitled Document</title>
</head>
<style>
.content_box{
width:1024px;
height:600px;
}
.round_left_top{
background-image:url(rond_left_top_0.gif);
width:33px;
height:33px;
float:left;
}
.bar_top{
background-image:url(bar_top_0.gif) ;
background-repeat:repeat-x;
width:100%;
height:33px;
}
.round_right_top{
background-image:url(round_right_top_0.gif);
width:33px;
height:33px;
float:right;
}
.bar_left{
background-image:url(bar_lef_0.gif);
width:33px;
height:534px;
float:left;
}
.content_0{
width:958px;
height:534px;
float:left;
}
.bar_right{
background-image:url(bar_right_0.gif);
width:33px;
height:534px;
float:right;
}
.round_left_bottom{
background-image:url(round_left_bottom_0.gif);
width:33px;
height:33px;
float:left;
}
.bar_bottom{
background-image:url(bar_bottom_0.gif) ;
background-repeat:repeat-x;
width:100%;
height:33px;
float:left;
}
.round_right_bottom{
background-image:url(round_right_bottom_0.gif);
width:33px;
height:33px;
float:right;
}
</style>
<body>
<div class="content_box">
<div class="bar_top">
<div class="round_left_top"></div>
<div class="round_right_top"></div>
</div>
<div class="bar_left"></div>
<div class="content_0"></div>
<div class="bar_right"></div>
<div class="bar_bottom">
<div class="round_left_bottom"></div>
<div class="round_right_bottom"></div>
</div>
</div>
</body>
</html>