/* Home */
body.home {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.home #main {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/*
width: 100%;
	height: 100%;
*/
	min-width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_stripe_simple.jpg); 
	background-position: center top;
	
	border: 4px #AFD574 solid;
}
.home #carwrapper {
	/* width: 100%; */
	display: block;
	/* height: 800px; */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home_new.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
	z-index: 4;

/*
cursor: hand;
	cursor: pointer;
*/

}

.home .content {
	border: none;
	background: none;
	width: 750px;
	margin: auto;
	padding: 0px;
	float: none;
	z-index: 3;
	position: relative;
	
	height: 600px;
}
.content #entersite {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -9999px;
	/*width: 160px;
	height: 46px;*/
	/*
width: 100%;
	height: 100%;
*/
	background-image: url(../images/enterBtn.gif);
	background-repeat: no-repeat;
	background-position: 210px 460px;
}
.content #entersite:hover {
	background-image: url(../images/enterBtn_over.gif);
}

.content #subscribe {
	display: block;
	width: 200px;
	height: 54px;
	position: absolute;
	left: 430px;
	top: 360px;
	background-image: url(../images/home_subscribe.jpg);
	
	text-indent: -9999px;
	z-index: 20;
}
.home #subscribe:hover {
	background-image: url(../images/home_subscribe_over.jpg);
}


