#corp {
	background-image: url(images/corpplate.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 448px;
}
#immig {
	background-image: url(images/immigplate.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 448px;
}
#realestate {
	background-image: url(images/realestateplate.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 448px;
}
#entertainment {
	background-image: url(images/entertainmentplate.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 448px;
}

#texttitle {
	padding-top: 130px;
	padding-left: 30px;
	padding-right: 30px;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 32px;
	padding-right: 0px;
	padding-top: 10px;
	list-style-position: inside;
	list-style-type: circle;
}

