/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color:#521C1C;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#sc-wrapper-home {
	/* back is 780 x 580 */
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-image:url(../images/backs/back_three.png);
	height:700px;
	min-height:700px;
}


#contact-logo {
	position:absolute;
	left:288px;
	top:115px;
	width:193px;
	height:123px;
	z-index:5;
}
#contact-footer {
	position:absolute;
	left:0px;
	top:307px;
	width:100%;
	height:75px;
	z-index:6;
}
.footer-text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	line-height: 18px;
}
