/* HOMEPAGE RULES */

/* MAIN BACKGROUNDS */

body {
	background: #000000 url("/images/backgrounds/homepage/default_background(homepage).gif");
	background-repeat: no-repeat;
	background-position: center top;
}


/* EYE CANDY RULES */

div#eye_candy_container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	text-align: left;
}

	ul#eye_candy {
		position: relative;
		top: 0px;
		left: 50%;
		margin: 0px 0px 0px -650px;
		padding: 0px;
		list-style: none;
		width: 1300px;
		height: 652px;
		overflow: hidden;
	}
	
		ul#eye_candy li {
			position: absolute;
			top: 0px;
			left: 0px;
		}


/* MAIN SITE BODY */

div#main_body {
	position: relative;
	height: 552px;
	z-index: 0;
}


/* MAIN TEXT REGION */

div#body_text {
	position: absolute;
	top: 255px;
	left: 570px;
	width: 360px;
	color: #000000;
}

	#body_text h2 {
		display: none;
	}
		
	a#guarantee_link {
		position: absolute;
		top: 164px;
		left: 123px;
		width: 233px;
		height: 31px;
		background: transparent url("/images/misc_elements/guarantee_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	a#guarantee_link:hover {
		background-position: 0px -31px;
	}

	a#text_continue_link {
		position: absolute;
		top: 122px;
		left: 238px;
		height: 15px;
	}

	*a#text_continue_link {
		position: absolute;
		top: 100px;
		left: 238px;
		height: 15px;
	}

	
	a#continue_link {
		position: absolute;
		top: 164px;
		left: 238px;
		width: 116px;
		height: 31px;
		background: transparent url("/images/misc_elements/continue_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a#continue_link:hover {
		background-position: 0px -31px;
	}
	
		#continue_link span, #guarantee_link span {
			display: none;
		}
		
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: 200;
}
