#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
body {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(consumer_assets/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#main-content {
	background-image: url(consumer_assets/mainbg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 698px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A09E9E;
	border-left-color: #A09E9E;
}
#legal {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.content {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 450px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
p {
	font-size: 14px;
	margin: 0px;
	line-height: 17px;
}
li {
	font-size: 14px;
	line-height: 20px;
}
h4 {
	color: #5991A2;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
}
a:hover {
	text-decoration: underline;
}
#reg {
	position: absolute;
	left: 460px;
	top: 200px;
}
a {
	color: #00FFFF;
	text-decoration: none;
}
