div#wrapper {
 width:600px;
 margin : 100px auto;
 padding: 15px;
 background: #ffc;
 border:1px dotted #999;
 text-align:center;
}
div#wrapper div#head {
 width:263px;
 height:90px;
 margin: 10px auto;
 background: url(../images/logo.gif) no-repeat; 
}

.title {
 display:block;
 width:450px;
 margin: 10px auto;
 padding: 0;
 background: #fff;
 border: 1px solid #ddd;
}
.title h1 {
 font-size: 1.0em;
}

div#wrapper p {
 background: #ffc;
 text-align:justify; text-justify:distribute; 
 line-height: 130%; 
 font-size: 0.9em;
 color: #666;
}
