@charset "utf-8";
/* CSS Document */

html,body { 
	margin:0;
	padding:0;
	overflow-x: hidden; 
}
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	}

#bannerBg{
	background:nonet;
}
#containingDiv {
	width:960px;margin:0 auto; padding:100px 0 0 0;	
}
#bottomText {
	width:100%; font:14px 'Lato', sans-serif; color:#333333;  padding:10px 0 0 0; margin-top:50px; text-align:center;
}
#bottomText a {
	text-decoration:none;
	color:#000;
}
#bottomText a:hover {
	text-decoration:none;
	color:#FF0000;
}
@media screen and (min-width:1200px){
#bannerBg{
	background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
}
#containingDiv {
	width:960px;margin:0 auto; padding:100px 0 0 0;	
}
#bottomText {
	width:100%; font:14px 'Lato', sans-serif; color:#333333;  padding:10px 0 0 0; margin-top:50px; text-align:center;
}
}

@media screen and (max-width:767px){
#bannerBg {
	background:url(preview_images/responsive/opportuneResponsive767.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 0 0; margin-top:50px; text-align:center;
}
}


