@charset "utf-8";
/* -- Home Page Style Sheet */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: url(/images/backgrounds/pattern-floral.jpg);
}

#wrapper {
	margin: 0 auto;
	width: 715px;
	font-size: 1.2em;
}

#header {
	padding-top: 75px;
	background: url(/images/backgrounds/frame-top-entry.png) no-repeat;
}

#header h1 {
	margin: 0;
height: 451px;
	text-indent: -9999px;
	background: url(/images/backgrounds/frame-repeat-entry.png);
}

#header h1 a {
	position: relative;
	top: -35px;
	display: block;
	height: 481px;
	background: url(/images/backgrounds/entry.jpg) center top no-repeat;
}

#header h1 a:hover {
	background-position: center -481px;
}

#content {
	padding: 1px 20px;
	text-align: center;
	background: url(/images/backgrounds/frame-repeat-entry.png);
}

#content h1 {
	margin-top: 0;
}

#enter {
padding-top: 90px;
	height: 75px;
	text-align: center;
	background: url(/images/backgrounds/frame-bottom-entry.png) no-repeat;
}

#enter a {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/button-enter.png);
}
