<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
#outer1 {
width:50%;
}
#left{
float:left;
width:150px
}
#centre{
margin-left:155px;
margin-right:155px;
}
#right {
width:150px;
float:right;
}
</style>
</head>
<body>
<div id="outer1">
<div id="outer2">
<div id="left">Left content</div>
<div id="right">Right content</div>
<div id="centre">This is the centre content : This is the centre content :
This is the centre content : This is the centre content : This is the centre
content : This is the centre content : </div>
</div>
</div>
</body>
</html>