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

body {
	background-image:url(../img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

img.block {
	display:block;
	margin:0 auto;
	margin-top:30%;
}

----------------------------------------------------*/
@media screen and (max-width:480px){
	.page-body img.block {
	width: 80%;
	text-align: center;
	position: relative;
	margin:0 auto;
	padding-top:100px;
	}
}
