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

body {
	background-image: url(background.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: auto;
	}
.box {
	width: 970px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 10px;
}
.box2 {
	width: 970px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:4px;
}
