#panel {
	background:url("../img/panel_infopage_bg.jpg") center bottom no-repeat;
	background-size:cover;
	height:auto;
	padding-bottom:30px;
	padding-top:30px;
}
#panel_btn a {
	width: 190px;
	float:right;
	margin-top:20px;
}
#content {
	padding-top:30px;
	padding-bottom:30px;
}
h1 {
	margin-bottom:30px;
}
h2 {
	text-align:left;
	width:100%;
}
#bottomform h2 {
	text-align:center;
	width:95%;
}

@media screen and (max-width: 767px) {
	#panel {
		background:url("../img/panel_infopage_bg.jpg") no-repeat;
		background-size:cover;
		background-position: center top;
		height:auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#panel {
		background:url("../img/panel_infopage_bg.jpg") no-repeat;
		background-size:cover;
		background-position: center top;
		height:auto;
	}
}