プレゼン用サイト作り行程01

<?xml version="1.0" encoding="UTF-8"?>
<!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" lang="ja" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>EGZ.COM</title>
<style type="text/css">
body {
    margin: 0;
    padding:0 ;
    font-size:larger;
    font-family:
        "ヒラギノ角ゴ Pro W3",
        "Hiragino kaku Gothic Pro",
        "MS Pゴシック",
        sans-serif;
        line-height: 1.0;
        color: teal;
        background: aqua; url(../Desktop/ren.png)left top repeat-y;
}
P{
    letter-spacing: 0.2em;
}
#container{
    width: 800px;
    height: 0 auto;
    background-color: yellow;
}
#header {
    width: 200px;
    height: 0 auto;
    background-color: aqua;
}
#wrapper {
    width: 600px;
    height: 600px;
    overflow: auto;
    background-color: navy;
}
#sidebar {
    width: 200px 
    
}
</style>
</head>
<body>
<div id="container">
    <div id="header"></div>
    <h1 id="logo">EGZ-PRODUCTION.JA</h1>
    <div id="navigation">
    <ul>
        <li><a href="#">HOME</a></li>
        <li><a href="#">MUSIC</a></li>
        <li><a href="#">VIDEO</a></li>
        <li><a href="#">NEWS</a></li>
        <li><a href="#">CONTACT</a></li>
    </ul>
    </div>
</div>
    <div id="content">
        <div id="primary">
            <H2>REGGAE SOULJAH</H2>
            <P>ここでは</P>
            <hr />
               <div class="section">
                   <h3>new mix</h3>
                   <p>本文 内容</p>
                   <hr />
               </div>
               <div class="section">
                   <h3>playlist</h3>
                   <p>bass.cultuer</p>
                   <hr />
               </div>
               <div class="section">
                   <h3>past mix</h3>
                   <p>本文 内容</p>
                   <hr />
               </div>
               <div class="section">
                   <h3>playlist</h3>
                   <p>bass.cultuer</p>
                   <hr />
               </div>
           </div>
    <div id="footer">
        <ul>
        <a href="http://rootsreggae.free.fr/"><img src="http://f.hatena.ne.jp/egz1984/20120522072520" border=0 width="100" height="100" alt="banner"</a>
        <a href="http://www.rockers-island.com/"><img src="http://f.hatena.ne.jp/egz1984/20120522072522" border=0 width="100" height="100" alt="banner"</a>
        <a href="http://www.hermosarecords.com/marley/marleyindex.html"><img src="http://f.hatena.ne.jp/egz1984/20120522072521" border=0 width="100" height="100" alt="banner"</a>
        </ul>
    </div>
  </div>
</div>
</body>
</html>