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

/* HTML selectors */
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);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font: 50px 'Bree Serif', cursive;
	margin-bottom: 25px;
	color: #fff;
	text-shadow: 1px 1px #120F0E;
	line-height: 50px;
	text-align: center;
}
h1 span.who {
	color: #7A6D69;
}
h1 span.what {
	color: #2A8C9F;
}
p {
	font: 16px 'Bree Serif', cursive;
	color: #fff;
	text-shadow: 1px 1px #120F0E;
}

/* 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;
}

/* Content */
#wrap {
	width: 300px;
	margin: 120px auto 30px auto;
	background: url(../img/monster.png) no-repeat top center;
	padding-top: 200px;
}
