* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 23px "Courier New", Courier, mono;
	height: 100%;
	color: #fff;
	letter-spacing: 1px;
	background-image: url(images/wood-bg.jpg);
}

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

a:hover, a:active {
	color: #ef37dc;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}

#masthead {
	height: 400px;
	background: url(images/snowstreet.jpg) center bottom;
}

#logo {
	width: 200px;
	height: 340px;
	background: url(images/logo.png) no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	text-indent: -10000px;
	z-index: 0;
	overflow: hidden;
}

#footer {
	padding-top: 40px;
	text-align: center;
	background: url(images/footer-bg.jpg) repeat-x;
}

#copyright, #push {
	height: 25px;
}

#copyright {
	font-size: 12px;
	text-align: center;
}

span {
	font-size: 20px;
}