@charset 'utf-8';
/* CSS DOCUMENT */

/*
 body { height:100%; background:url('../images/page_template/bg.jpg'); background-size:100% 100%; }
.banner { position:relative; overflow:hidden; background:#000; color:#fff; text-transform:uppercase; text-align:center; font-size:30px;  }
.banner img { display:block; max-height: auto;width:100%;  }
*/
body { background:url('../images/page_template/bg.jpg'); }

.no_background{
	background:none !important;
}
.container_background{
	background-color:black !important;
}
#surveyMonkeyInfo{
	
}


#createMainContainer{
	width:700px;
	}
table tr td div{
	display:inline-block;
	padding: 2px;
	}
	
@media screen and (max-width: 640px) {
	#createMainContainer{
		width:98%;
		}
}