body{
 font-size: 12px;
 margin: 0;
 padding: 0;
 background: #555;
 text-align: center;
}

#wrap{
 background: white;
 width: 700px;
 margin: 0 auto;
 text-align: left;
}

.banner{
 background: #000;
 height: 150px;
}

.banner h1 {
 margin: 0;
 padding: 20px 30px;
}

.banner h1 a{
 color: white;
}
.main{
 padding: 15px;
}

.navi{
 text-align: center;
}

.footer{
 background: black;
 color: white;
 clear: both;
 text-align: center;
}
