@font-face {
	font-family: 'CenturyGothic';
	src: url('gothic.eot');
	src: url('gothic.eot?#iefix') format('embedded-opentype'), url('gothic.woff') format('woff'), url('gothic.ttf') format('truetype'), url('gothic.svg#gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	*overflow:auto;
}
body {
	background: rgb(163,217,0);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(163,217,0) 0%, rgb(236,236,251) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(163,217,0)), color-stop(1, rgb(236,236,251)));
	background-image: -webkit-linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(236,236,251) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(236,236,251) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(236,236,251) 100%);
	background-image: linear-gradient(-90deg, rgb(163,217,0) 0%, rgb(236,236,251) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa3d900,endColorstr=#ffececfb,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa3d900, endColorstr=#ffececfb, GradientType=0);
	min-width: 520px;
}
section {
	width: 600px;
	display: inline-block;
	height: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -300px;
}
h1 {
	font: 140px/1.1 Christopherhand, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	text-shadow: 5px 5px 0px rgba(0,0,0,0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#a6000000,Positive=true)";
	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#a6000000, Positive=true);
}
h2 {
	font-size: 20px;
	font-style: oblique;
	padding: 0 0 15px 0;
}
hgroup ~ p {
	padding: 10px 0 0 0;
	font-size: 14px;
}
aside {
	position: absolute;
	width: 200px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -100px;
	font: oblique 700 12px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
}
@media screen and (max-width: 520px) {
	section, aside {
		left: 0;
		margin-left: 0;
	}
	aside {
		width: 520px;
	}
}
