body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-width: 0px;
	margin-height: 0px;
	background-color: #181818;
	padding: 0;
	margin: 0;
	background-image: url(tile.png);
	background-repeat: repeat;
	background-position: center top;
}
#outer {
	width: 100%;
	position: inherit;
	text-align: center;
	height: 50%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#middle {
	position: absolute;
	width: 100%;
	top: 42%;
	background-image: url(c7.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	bottom: 80%;
}
