body{
 margin: 0;
 padding: 0;
 text-align: center;
 background-color: #D7D7FF;
 line-height: 150%;
 letter-spacing: 0.1em;
 font-size: 14px;
 background-image: url(./img/back.jpg);
 background-repeat: repeat-x;
}

#wrap{
 width: 700px;
 margin: auto;
 text-align: left;
 background: white;
 border: 1px solid #000;
}

.head{
 color: #000;
 background: url(./img/banner.jpg) no-repeat;
 height: 200px;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
}

h1{
text-align: center;
text-indent: -9000px;
}

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;
}

