@charset "UTF-8";



.template #header {
		background-color: #fff;
	height: 200px;
}

.template #mainContent {
		padding-top:0px;

}

@media screen and (max-width: 1220px) {
	
	.template #header {
	height: 160px;
}
	
	}