body {
	text-align: center;
	font-size: 10px;
}
body * {
	margin: 0;
	padding: 0;
}

.mask {
	overflow: hidden;
	position: relative;
}
	
	#container {
		margin: 0 auto;
		width: 735px;
		background: url(images/bg.png) no-repeat;
		position: relative;
	}
		h1, h2, h3 {
			text-indent: -9999px;
		}
		h3 {
			background: #fff200 url(images/sprites.png) no-repeat;
			bottom:394px;
			height:20px;
			left:95px;
			position:absolute;
			width:230px;
		}
		#container form {
			height: 500px;
		}
		#container form textarea {
			width: 619px;
			height: 349px;
			position: absolute;
			bottom: 43px;
			left: 95px;
			font-size: 1em;
			border: 0;
			outline: 0;
		}
		#submit_mask {
			bottom:21px;
			height:23px;
			position:absolute;
			right:19px;
			width:179px;
			background: #fff200;
		}
			#submit {
				position: absolute;
				top: -19px;
				left: 10px;
			}
			
	#go_back {
		font-size: 1.4em;
		display: block;
		font-family: Arial, sans-serif;
	}
