html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #dfe6e9;
    background-repeat:no-repeat;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfe6e9));
	background: -webkit-linear-gradient(#ffffff, #dfe6e9);
	background: -moz-linear-gradient(#ffffff, #dfe6e9);
	background: -o-linear-gradient(#ffffff, #dfe6e9);
	background: linear-gradient(#ffffff, #dfe6e9);
}

p{
	/* font:bold 12px/30px "Century Gothic", Calibri, Trebuchet MS, Arial, serif; */
	color: #161a1d;
	
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 13px;
}
a,a:active,a:visited {
	color: #161a1d;
	text-decoration: none;
}
a:hover {
	color: #b1a7a6;
	text-decoration: none;
}
div.img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 600px;
	margin-top: -180px; /* Half the height */
	margin-left: -450px; /* Half the width */
}
.centered {
	text-align:center;
}
.copyright {
	text-align:center;
	color: #b1a7a6;
}