/* survey */


html{
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
}

#surveyBackground {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 1200px;
	background: url(../imgs/bg_black.png) top center repeat-x;
	text-align: left;
	display: none;
	}

* html #surveyBackground {
	padding: 0 50px;
}

body > #surveyBackground {
	height: auto;
	}

#surveyBackground div#surveyFlash {
	position: relative;
	margin: 0 auto;
	padding:100px 0 0 30px;
	width: 550px;
	height: 400px;
	display: none;
	}


