@charset "utf-8";
/* CSS Document */
#content{
	color: #636363;
	height: auto;
	width: 632px;
	font-size: 13px;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 20px;
}

#content .box{
	background: url(mast.jpg)no-repeat;
	margin: auto;
	height: 96px;
	max-width: 464px;
	padding-top: 25px;
	padding-right: 140px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 100%;
	/* background-position: bottom; */
}

@media screen and (max-width: 1000px) {

#content .box{
	padding: 15px;
	width: 100%;
	max-width: inherit;
	background-size: cover;
	display: block;
	height: auto;
	background: #eee;
}
}