/*
Super Mega Hyper (supermegahyper.com)
By Tijs (16-12-2009)
*/

/* HTML selectors */
* {
	margin:0;
	padding:0;
} 
body, p, ul, li, form, fieldset, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 18px Arial, sans-serif;
	color: #fff;
	background: #463935 url(../img/back.png);
}
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

p, img, ul, dl {
	padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-whoight: normal;
}
h1 {
	font-size: 34px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center
}
h1 span.who {
	color: #7A6D69;
}
h1 span.what {
	color: #2A8C9F;
}
h2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* Links */
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
a:hover, a:active {
	color: #2A8C9F;
	text-decoration: none;
	border-bottom: 1px solid #2A8C9F;
}
#footer a {
	color: #7A6D69;
	text-decoration: underline;
	border: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/* Content */
#main {
	padding-bottom: 30px; /* must be same height as the footer */
}
#monster {
	background: url(../img/monster.png) no-repeat 0 100px;
	width: 174px;
	height: 171px;
	margin: 0 auto;
	padding: 100px 0 50px 0;
}

/* Footer */
#footer {
	font-size: 12px;
	color: #7A6D69;
	line-height: 30px;
	background: #413532;
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	padding-left: 6px;
	clear:both;
} 

/* Clear fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */