body {
	background: url("../images/background.png");
	background-repeat:repeat;
	font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
	color: #663300;
    line-height: 20px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.header {
	padding-top:5px;
	padding-bottom:0px;
	
}
.top {
	background: url("../images/survey/banner2.png");
	background-repeat:no-repeat;
	height:464px;		
}
.center {
	background: url("../images/survey/mid.png");
	background-repeat:repeat-y;
	min-height:200px;
	padding-top:10px;
	padding-bottom:0px;
}
.bottom {
	background: url("../images/survey/bottom.png");
	background-repeat:no-repeat;
	height:50px;
}
.picture {
	background: url('');
	background-position:center center;
	background-repeat:no-repeat;
	height:200px;
}
a {
	text-decoration:none;
	font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
	color: #463c3c;
    line-height: 20px;
}
img {
	border:none;
}

textarea {
	width:580px;
	height:100px;
}

.bottomrow {
	padding-top:40px;
	padding-bottom:40px;

}

	
