body{
 margin: 0;
 padding: 0;
 text-align: center;
 background: #999;
 line-height: 150%;
 letter-spacing: 0.1em;
 font-size: 14px;
}

#wrap{
 width: 800px;
 margin: auto;
 text-align: left;
 background: white;
 border: 1px solid #000;
}

.head{
 color: #000;
 background-image: url(./img/banner.jpg);
 background-repeat: no-repeat;
 background-color: #000033;
 background-position: center;
 margin: 0 auto;
 height: 230px;
}

h1{
text-indent: -9000px;
margin: 0;
}

h2{
  border-left: 15px solid #000066;
  padding: 2px 5px;
  border-bottom: 1px solid #333;
  background: #e8e8e8;
  font-size: 16px;
}

.content{
 padding: 15px;
}

p{
 margin-left: 10px;
}

