html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/clouds.jpg) no-repeat 50% -128px #99cde3;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 96px;
}

.logo {
	text-align: center;	
}

h1 {
	text-align: center;
    color: #005f7f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.33);
}

p.disclaimer {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	color: #58585b;	
	text-align: justify;
	text-shadow: 0 1px 1px rgba(255,255,255,0.33);
}

div.copyright {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 70%;
	margin-left: -35%;
	color: #58585b;	
	text-shadow: 0 1px 1px rgba(255,255,255,0.33);
	font-size: 12px;
	text-align: center;
}

div.copyright img {
	vertical-align: -4px;
}