* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image: url('static_p33.png');
	font-family: monospace;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 24px; /* .push must be the same height as .footer */
	text-align: center;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


.inset {
	background-image: url('static_p12.png');
	border: 1px #cdcdcd solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 30px;
 	margin: 0px 60px 60px 60px;
 }
.spacer {
	height: 60px;
}
.copyright {
	background-image: url('static_p18.png');
	padding: 0 30px;
}

h1 {
	font-family: monospace;
	text-align: center;
	font-size: 48px;
	margin-top: 17px;
}

.survey {
	width: 400px ;
	margin-left: auto ;
	margin-right: auto ;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
