@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	text-align: center;
	line-height: 1.4;
}
.header_image{
	width: 100%;
	display: block;
}

main{
	background: url(../images/back.jpg);
	padding: 200px 50px;
	font-size: 22px;
	font-weight: bold;
}
footer{
	background: url(../images/footer.jpg) no-repeat top/100% 100%;
	color: #fff;
	padding: 50px;
	font-size: 16px;
	
}
footer a {
	color: #fff;
}

