body {
	background: none;
	background-color: #7cc8c5;
	background-image: url('bg.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
}

.logo {
	position:absolute;
	top: 50%;
	height:18em;
	width:100%;
	text-align:center;
	margin-top: -9em;
}

.container {
	background: #fff;
	border-radius: 5px;
	padding-top: 15px
}