/* Custom CSS for Mass Effect page*/

body{ background-color: #0f4984; }

#container { 
	background: url(../images/about/about_bg_header.jpg) top center no-repeat;
	background-size: 100%;
}
#footer { 
	background: url(../images/about/about_bg_footer.jpg) bottom center no-repeat;
	background-size: 100%;
	z-index: -1;
	background-color: #135ba5;
}
#copy {
	color: white;
}

a{
	color: #ffffff;
}

.contact_img_full{ width:100%; display: inline-block; padding-bottom: 2.5%; }

.contact_img_third{ width:31%; display:block; float:left; /*padding: 0 0 2.5% 0;*/ }

.contact_img_full a, .contact_img_third a{ font: 17px/21px Arial; }

.contact_img_full img, .contact_img_third img{ width:100%; height: auto;}

.general_text {
	color: #ffffff;
	padding: 10px 0 10px 0;
	font: 17px/21px Arial;
}

.contact_container, .jobs_container, .about_container { width:100%; left:0;right:0; padding:0px 0px 40px 0px; margin:0; overflow:hidden;}
