/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* careers section */

#main {
	background-image:url(../images/body_bg_purple.gif);
	background-repeat:repeat-y;
}

#footer {
	background-image:url(../images/footer_bg_purple.gif);
	background-repeat:no-repeat;
}

#content {
	/*height:820px; /* needs height spec if pictures extend beyond bottom of text content area */
	/* 820 for three images */
}

.careers_image1, .careers_image2, .careers_image3 {
	position:absolute;
}

.careers_image1 {
	top: 0px;
	right: 0px;
	z-index:10001;
}

.careers_image2 {
	top: 259px;
	right: 0px;
	z-index:10002;
}

.careers_image3 {
	top: 507px;
	right: 164px;
	z-index:10000;
}