@charset "UTF-8";
/* CSS Document */

#customers-content {
	background-image: url(../images/ourorganization.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#northeast-content {
	background-image: url(../images/northeast.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#southeast-content {
	background-image: url(../images/southeast.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#midwest-content {
	background-image: url(../images/midwest.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#central-content {
	background-image: url(../images/central.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#mountain-content {
	background-image: url(../images/west.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}
#canada-content {
	background-image: url(../images/canada.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 960px;
	background-position: right top;
}

