.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

h1 {
	font-family: 'PT Sans', arial, serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;	
}

p {
	margin-bottom: 0.5em;	
	line-height: 1.6em;
}

a {
	color: #3D7991;	
}

.Return {
	font-size: 1.2em;
	margin-top: 2em;
	text-align: center;
}

#Dev {
	position: absolute;
}


#wrapper {
	width: 100%;
	margin: 30px 0 50px 0;
	float: left;
}

#content {
	background-color: #ffffff;
	margin: 25px auto;
	padding: 0;
	position: relative;
	width: 960px;
}

#Parallax {
	height: 750px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

#Parallax img {
	position: absolute;
	top: 0;
	left: 0;
}

#Parallax div {
	 font-size: 48px;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 600;
	 padding: 50px;
	 width: 2400px;
	 height: 1500px;
	
}

#Parallax div img {
	width: 300px;
	height: 250px;
	border: 5px solid #ffffff;
}

/*#register-form {
	background: url("images/bg_register.jpg");
	width: 400px;
	height: 500px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 800;
}*/

#register-form {
	background: #ffffff;
	width: 1px;
	height: 630px;
	display: none;
	float: right;
}

#slogan {
	margin: 0 0 10px 0;
	text-align: center;
	display: block;
}

#slogan h2 {
	font-family: 'Tangerine', arial, serif, arial, serif;
	font-weight: bold;
	font-size: 72px;
}

#city {
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

#register-form iframe {
	width: 400px;
	height: 550px;
	float: left;
}