@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */

#body{

}

#background{
	margin:0 auto;
}
.box{
	height:100%;
	margin:10px 0 0;
}
.box div{
	width:124px;
	float:left;
	margin-right:15px;
}
.box div p img{
	margin-bottom:3px;
}
