body {
	background: url(img/background.png) repeat;
	color: #FFF;
	border-top: 6px solid #73a8bb;
	margin: 0;
	font-family: Helvetica, Helvetica Neue, Verdana, serif;
	font-size: 12px;
}

#wrapper {
	background: url(img/background_white.png) no-repeat;
	width: 679px;
	height: 679px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -340px;
	margin-top: -360px;
}

#wrapper_long {
	background: url(img/background_white.png) no-repeat;
	width: 750px;
	margin: 0 auto;
}

#logo {
	background: url(img/logo.png) no-repeat;
	width: 301px;
	height: 183px;
	float: left;
	margin: 260px 50px 0;
}

#wrapper_long #logo {
	margin: 50px 50px 0 0;
}

#information {
	width: 260px;
	line-height: 20px;
	float: left;
	margin: 295px 0 0;
}

#wrapper_long #information {
	width: 370px;
	margin: 50px 0 0;
}

#footer {
	position: fixed;
	bottom: 5px;
	right: 0;
}

#wrapper_long+#footer {
	position: static;
	float: right;
}

#footer form {
	display: inline;
	margin-left: 9px;
}

a {
	color: #FFF;
}

a:hover {
	color: #73a8bb;
}

h1, p {
	margin: 0 0 4px;
}

#wrapper_long h1, #wrapper_long p {
	margin: 0 0 15px;
}

#email {
	background: url(img/email.png) no-repeat;
	display: inline-block;
	width: 254px;
	height: 35px;
	padding-top: 4px;
}

input {
	padding: 5px 6px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
}

input[type="submit"] {
	background: #7ba3b4;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #96c8de;
}

input[type="submit"]:active {
	background: #4e6773;
	color: #FFF;
}