right列还是不对~请问哪里错了~
<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
body{margin:0;padding:0}
.left{width:200px;height:500px;background:#666666;position:absolute;left:o;top:o}
.middle{height:500px;background:#9966CC;margin:0 300px 0 200px}
.right{width:300px;height:500px;background:#993366;position:absolute;right:o;top:o}
</style>
</head>
<body>
<div class="left">200px</div>
<div class="middle">具备中央和市公务员主管部门规定的拟任职位所要求的其他资格条件。
招录职位明确要求具有基层工作经历的,报考人员必须具备相应的基层工作经历。基层工作经历,是指在乡镇街道党政机关、垂直管理系统基层单位、国有企事业单位、村(社区)组织及其他经济组织、社会组织等工作的经历。在军队团和相当团以下单位工作的经历,退役士兵在军队服现役经历可视为基层工作经历。</div>
<div class="right">300px</div>
</body>
</html>