/* 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:730px; /* needs height spec if pictures extend beyond bottom of text content area */
	/* 820 for three images */
}

.findajob_image1, .findajob_image2 {
	position:absolute;
}


#photos img {
	border: 2px solid #999999;
}

.findajob_image1 {
	top: 0px;
	right: 168px;
	z-index:10002;
}

.findajob_image2 {
	top: 385px;
	right: 2px;
	z-index:10001;
}


