@import url(base.css);


#secondimgArea {
	background: url(img/mainimg.jpg) no-repeat;
	background-size: cover;
	background-position : 50% 50%;
}


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


#secondimgArea {
	width: 100%;
	height: 120px;
}


}