/* 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;
	color: #FFCC33;
}

#sc-wrapper-home {
	/* back is 780 x 580 */
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-image:url(../images/backs/back_two.png);
	height:700px;
	min-height:700px;
}

#large-image {
	position:absolute;
	left:50px;
	top:32px;
	width:185px;
	height:145px;
	z-index:2;
}

#intro-image {
	position:absolute;
	left:49px;
	top:84px;
	width:185px;
	height:145px;
	z-index:2;
}

#back-button {
	position:absolute;
	left:607px;
	top:375px;
	width:46px;
	height:40px;
	z-index:3;
}

#product-logo {
	position:absolute;
	left:607px;
	top:476px;
	width:118px;
	height:67px;
	z-index:5;
}

#intro-title{
	position:absolute;
	left:518px;
	top:97px;
	width:202px;
	height:75px;
	z-index:6;
}

#product-title {
	position:absolute;
	left:535px;
	top:32px;
	width:220px;
	height:75px;
	z-index:6;
}
.footer-text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	line-height: 18px;
}
