html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #FF6600;
	color: #666666;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	color: #666666;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #666666;
}
.top {
	background: #FFFFFF;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: center;
}
.orangeBranding {
	width: 540px;
	margin-bottom: 28px;
	text-align: right;
}
.areas {
	margin-top: 25px;
}

