body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a595bc;
}

.redText {
	color: #993333;
	font-size: 12px;
}

#cover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

html>cover {
	height: 100%;
}

#deer {
	width: 417;
	height: 287;
	position: absolute;
	top: 30px;
	background-image: url(images/deer.png);
	visibility: hidden;
}

#inner {
	width: 220px;
	height: 64px;
	margin: 26px 0px 0px 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}