
/* codigos criados pela e */


#containingDiv {
	width:100%; max-width:100%; margin:0 auto 0px; padding:0px;
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 10px 0; margin-top:100px; text-align:center;
	margin-bottom:30px;
}

@media screen and (max-width:980px){
#bannerBg{
	background:url(preview_images/responsive/opportuneResponsiveGray.jpg) center top no-repeat;
}
#containingDiv {
	width:100%;margin:0 auto; padding:100px 0 0 0;	
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 10px 0; margin-top:100px; text-align:center;
}
}

@media screen and (max-width:767px){
#bannerBg {
	background:url(preview_images/responsive/opportuneResponsive767Gray.jpg) center top no-repeat;
}
#containingDiv {
	width:100%;margin:0 auto; padding:50px 0 0 0;	
}
#bottomText {
	width:100%;font:14px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 10px 0; margin-top:50px; text-align:center;
}
}


.contentHolder
{
  width:85% !Important;
  margin:auto;
  }

#containingDiv div:firt-child
{
width:100%;
}


