@charset "utf-8";
/* -- Home Page Style Sheet */
body {
	margin: 20px auto;
	font: 62.5% "Futura Md", Arial, Helvetica, sans-serif;
	background-color: #ecfdec;
}

#wrapper {
	margin: 0 auto;
	width: 790px;
	font-size: 1.2em;
	text-align: center;
	background: url(/images/backgrounds/repeat-home.png);
}

#link-enter img {
	border: none;
}

#content {
	margin-top: -30px;
	padding-bottom: 20px;
	background: url(/images/backgrounds/footer-home.png) left bottom no-repeat;
}
