#body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_home.jpg) repeat-x center -3px;
	background-color:#FFF;	
	
	}

#contentWrapper1{background:transparent url(../images/bg_home_primary.jpg) no-repeat scroll left 5px;}


	.pageHead{margin-bottom:2px;}

	.textContent{
		font-size:14px;
		margin:10px 0 0 20px;
		width:75%;
	}
	.textContent ul{
		list-style-type:disc;
		margin-left:20px;
	}

	.textContent p{
		margin:10px 0;
	}

	.interested{
		color:#b67fb5;
		font-size:28px;
		font-weight:bold;
	}

.signupForFree a:link, .signupForFree a:visited{
		display:inline-block;
		width:332px;
		height:57px;
		line-height:54px;
		color:#fff;
		font-size:28px;
		letter-spacing:-0.05em;
		text-align:center;
		background:url(../images/homeSignup.gif) no-repeat left top;
	}
.signupForFree a:hover{
		background:url(../images/homeSignup.gif) no-repeat left bottom;
		color:#3c3c3c;
	}

	.tour{
	color:#393939;
	font-size:18px;
	text-decoration:none;
	}
	.tour:hover{
	text-decoration:underline;
	}
	#getStarted{
		position:absolute;
		right:10px;
		top:40px;
	}

	#bodyContents{
		position:relative;
	}

	.warning{
		width:256px;
		height:186px;
		position:absolute;
		background:transparent url(../images/loginbox.png) no-repeat;
		top:30px;
		right:0;
	}

	.warning h2{
		font-size:24px;
		text-align:center;
		text-transform:uppercase;
	}

	.warning p{
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-top:6px;
	}

	.warning table{
		border-collapse:collapse;
		margin:10px;
		width:246px;
	}

	.warning table tr td{
		height:34px;
	}

	.warning input{
		border:1px solid #fff;
		background:#c89fc8;
		width:150px;
		height:24px;
		font-weight:bold;
		font-size:18px;
		color:#d6b7d6;
	}

	.warning .go{
		border:none;
		background:transparent url(../images/go-button.png) no-repeat;
		width:50px;
		height:50px;
	}

