段組レイアウト

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<meta content="text/css" http-equiv="Contnt-Style-Type">
<title>float&#65533;&#791;&#65533;K</title>
<style type="text/css">
<!-
body{
background-color: #;
}
#wrapper{
width: auto;
height:700px;
margin: 50px auto;
background-color: #2929ff;
}
#content{
float: left;
width: 300;
height:450px;
margin: 0 50px 20px 0;
background-color: #1f1;
}
#sideber{
float: right;
height: 200px;
width: 300px;
background-color #3434ff;
}
#header{
width: 700px;
height: 100px;
background-color: #f2f202;
}
#footer{
clear: both;
width: 700px;
height: 100px;
background-color: #ff56ff;
}
contaner{
width: 700;
height: auto;
margin: 50px auto;
}
-->
</style>
</head>
<body>
<div>
<div id="container"></div>
<div id="header">header</div>
<div id="wrapper">
<div id="content">content</div>
<div id="sideber">sidebar</div>
</div>
<div id="footer">footer</div>
</div>
</body>
</html>