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

.img {
	background-image: url(../img/img.jpg);
	background-position: center top;
	width: 860px;
	padding-top: 51px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.f_left_box {
	float: left;
	width: 130px;
}
.f_right_box {
	float: right;
	width: 385px;
}
.btn {
	padding-top: 15px;
	text-align: center;
}
