body {
	background: #f7eaca url(../images/body_bg.jpg) repeat-x;
	color: #613c24;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 914px;
	height: 400px;
	margin: 0 auto 155px auto;
	position: relative;
	background: #F9ECCC url(../images/leaves.gif) no-repeat 116px 70px;
}

#cup {
	position: absolute;
	width: 349px;
	height: 509px;
}

#logo {
	position: absolute;
	top: 229px;
	left: 282px;
}

#enter {
	position: absolute;
	top: 468px;
	left: 484px;
}

#leaf-right {
	width: 50%;
	height: 175px;
	float: right;
	background: url(../images/leaf-right.gif) repeat-x 0 142px;
	position: absolute;
	right: 0;
}

#footer {
	font-size: 10px;
	margin: 0 auto;
	width: 595px;
	padding: 20px 0 20px 330px;
	background: url(../images/footer_divider.jpg) no-repeat top right;
}

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

a:hover {
	color: #cd6a2d;
}

a:focus {
	outline: none;
}