html, body, div, span, p, b {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 14px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	cursor: hand;
	color: #333;
}

h2 {
	font-family: 'Lobster Two'; font-size: 60px; line-height: 1em;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	padding: 0;
	top: 0px;
}

#main-container {
	position: relative;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	margin-top: -150px;
}

#top {
	z-index: 12;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#header {
	z-index: 10;
	position: absolute;
	top: 40px;
	width: 100%;
	font-size: 10px;
	text-align: center;
	font-family: 'Lobster Two', 'Brush Script MT', cursive;
	font-size: 60px;
	text-shadow: 1px 1px 1px white;
	line-height: 1em;
}

#content {
	z-index: 11;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-shadow: 1px 1px 1px white;
	text-align: center;
}

#footer {
	z-index: 13;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #eee;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}