/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #141414;
    text-align: center;
}

div.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.stripes {
	width: 100%;
	height: 330px;
	background: url(../img/stripe.png) repeat top left;
}

.content h1.title a {
	display: block;
	width: 607px;
	height: 475px;
	background: url(../img/pixel-jungle.png) no-repeat top left;
	text-indent: -10000px;
	margin: -308px auto 0;
}
