@import url(https://fonts.googleapis.com/css?family=Rock+Salt);
@import url(https://fonts.googleapis.com/css?family=Questrial);

*{
	margin: 			0;
}

header {
	margin-top: 		22%;
}

header h1 {
	font-family:		"Rock Salt", serif;
	font-size:			250%;
	text-align: 		center;
}

header a {
	text-decoration:	none;
	color:				#000;
}

nav {
	height: 			15px;
	text-align: 		center;
	padding: 			0;
}

nav ul {
	list-style-type: 	none;
}

nav ul li {
	display:			inline-block;
}

nav ul li a {
	text-decoration:	none;
	line-height:		15px;
	padding:			0 20px;
	color:				#84be6a;
}

nav ul li a:visited {
	color: 				#84be6a;
}

nav ul li a:hover {
	color:				#696969;
}

body {
	font-family:		"Questrial", Corbel, Arial, Helvetica, sans-serif;
}

#chancethewrapper {
	width:				911px;
	margin:				0 auto;
	position:			relative;
	height:				auto !important;
	min-height:			100%;
	font-size:			111%;
}

#content {
	clear:				both;
}

footer {
	margin-top:			17px;
	clear:				both;
	font-size:			85%;
	text-align:			center;
}