html{
	background-color: white;	
}

.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.part1a {
	height: 402px;
	width: 1000px;
	background: url("../img/part1.png");
}

.part1b {
	height: 341px;
	width: 1000px;
	background: url("../img/part1b.png");
}
.part2 {
	height: 321px;
	width: 1000px;
	background: url("../img/part2.png");
}
.part3 {
	height: 318px;
	width: 1000px;
	background: url("../img/part3.png");
}
.footer {
	height: 124px;
	width: 1000px;
	background: url("../img/footer.png");
}
.firmbutton {
	float: left;
	position: relative;
	top: 21px;
	left: 70px;
	height: 141px;
	width: 196px;
	background: url("../img/firm-button.png");
}
.advbutton {
	float: left;
	position: relative;
	top: 21px;
	left: 70px;
	height: 141px;
	width: 196px;
	background: url("../img/advisor-button.png");
}

.imgbutton a{
	width: 100%;
	height: 100%;
	display: block;
}

hr {
	border: none;
	height: 23px;
	width: 1000px;
	background: url("../img/hr.png");
}