html, body{
	margin: 0;
	padding: 0;
	background-color: #6e6e6e;
}

a {
	font-weight: bold;
	color: #a60000;
	font-size: 1.2em;
	float: left;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 10px;
}

.clear{
	clear: both;
}

h1{
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 2;
	text-indent: -10000px;
	width: 419px;
	height: 307px;
	background-image: url('images/logo.png');
}

#wall{
	background-color: #929292;
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	z-index: 1;
}

#wrapper{
	margin: 0 auto;
	width: 500px;
	height: 600px;
	position: relative;
	z-index: 2;
}

#zombie-guy{
	margin-top: 180px;
	margin-left: 180px;
	width: 279px;
	height: 568px;
	background-image: url('images/zombieman.png');
}

#bubble{
		float: left;
		margin-left: -260px;
		margin-top: 50px;
}

.sbl { background: url('images/bl.png') bottom left no-repeat #fff; width: 400px; text-align: center; min-width: 100px; }
.sbr { background: url('images/br.png') bottom right no-repeat; }
.stl { background: url('images/tl.png') top left no-repeat; }
.str { background: url('images/tr.png') top right no-repeat; padding: 10px; } 
.sb { 
	background: url('images/b.png') no-repeat;
	margin-top: -25px;
	margin-left: 398px;
	width: 23px;
	height: 25px;
}


