@charset "utf-8";
.mainsplash {
	background-image: url(teaser.jpg);
	background-position: center center;
	height: 600px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-top: 100px;
}
