html {
	margin:0; padding:0; border:0;
	position:relative;
	min-height:100%;
	height:100%;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color:#EBEBEB;
}

body {
	margin:0; padding:0; border:0;
	position:relative;
	min-height:100%;
	height:100%;
	color:#444444;
	line-height:1.2em;
}
header {
	position:relative;
	background:#8C89A9;
	background:radial-gradient(ellipse at center top, #C1C0D3 0%, #8C89A9 100%);
	font-size:3em;
	font-size:8vw;
	font-weight:bold;
	line-height:8vw;
	color:#FFFFFF;
	text-shadow:0px 2px 6px rgba(0,0,0,0.4);
	text-align:center;
	padding:4% 8%;
	border-bottom:8px solid #777777;
}

main {
	padding:0 2%;
}
p {
	text-align: center;
	font-size: 130%;
}
h1 {
	text-align:center;
	margin:6% 0 3% 0%;
	font-size:2.0em;
	line-height:1.2em;
}

a:link, a:visited {
	color: #9D9BB7;
	transition: all 0.3s;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

