/* ----------------------------------------------------------------------------------- */
/* HOMEPAGE                                                                            */
/* ----------------------------------------------------------------------------------- */

/* -- General ------------------------------------------------------------------------ */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 15px/1.0 "Georgia", "Times New Roman", serif;
	background: url(../../images/bg_home.jpg) top center;
}

/* -- Container ---------------------------------------------------------------------- */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}

/* -- Content ------------------------------------------------------------------------ */
#content {
	padding: 0;
	background: url(../../images/home.jpg) top center no-repeat;
	text-align: center;
	width: 422px;
	height: 535px;
	margin: 0px auto;
}
#content h1, #content p {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

/* -- Footer ------------------------------------------------------------------------- */
#footer {
	position: absolute;
	bottom: 0;
	padding: 3px;
	width: 99%;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color: #282828;
	padding: 8px 30px 3px 30px;
	border-bottom: 10px solid #982417;
	text-decoration: none;
}
#footer a:hover {
	color: #D9CAA3;
	background-color: #982417;
	text-decoration: none;
}