.top{
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	height:18px;
	background-image: url(../images/landing-page/top.gif);
	background-repeat:no-repeat;
	background-color: #fff;
	z-index: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
.bottom{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/landing-page/bot.gif);
	background-repeat:no-repeat;
	width: 748px;
	height:18px;
	z-index: 5;
	background-color: #fff;
	margin-bottom: 30px;
	}
.borders{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	padding: 10px;
	width: 712px;
	border-left-color:#D0D0D0;
	border-right-color: #D0D0D0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 8px;
	border-left-width: 8px;
	z-index: 3;
	height: 900px;
	}
.whole{
    position: relative;
	margin-left: auto;
	margin-right: auto;
	top:10px;
	width: 748px;
	height:100%;
	}
.landing-image{
    position: relative;
    margin-left: auto;
    margin-right: auto;
	width:500px;
	height:450px;
	top:-45px;
	background-image: url(../images/landing-page/collage.jpg);
	background-repeat:no-repeat;
	z-index:2;
}
 .banner{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/banners/gillyssillyhouse.gif);
	width: 427px;
	height: 80px;
	top: 0px;
	background-repeat: no-repeat;
}
.top-copy{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	top:20px;
	z-index:6;
	width: 650px;
	}
.bot-copy{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	top:-50px;
	z-index:6;
	width: 650px;
	}
.big-red-verdana{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	top:0px;
	z-index:6;
	width: 500px;
	}
.big-red-verdana-bot{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	top:-30px;
	z-index:6;
	width: 500px;
	}
 .validate-landing{
	position:relative;
	top:0px;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	font-family: Impact, Verdana, "Arial Black", Arial;
	font-size: 18px;
	font-weight: normal;
	z-index: 10;
	height: 50px;
	
  } 
.left-arrow{
	position: relative;
	background-image: url(../ccbill/left_orange_faded.gif);
	background-repeat:no-repeat;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height:100px;
	z-index: 10;
	left: 250px;
	top: -170px;
}

.right-arrow{
	position: relative;
	background-image: url(../ccbill/right_orange_faded.gif);
	background-repeat:no-repeat;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height:100px;
	z-index: 10;
	left: -250px;
	top: -270px;
}

