@charset "utf-8";
.container {
	left: 50%;
	margin-left:-450px;
	padding: 0px;
	float: left;
	width: 900px;
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 0;
	background-color: #FFF;
}
	
.pic {
	background-image: url(images/splash-page.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	margin-top: 50px;
	height: 600px;
}
.contact {
	float: left;
	width: 500px;
	margin-top: 400px;
	margin-left: 200px;
}

