body.response {
	margin-bottom: 40px;
	background-color: #048d49;
}
	
	body.response header#header {
		height: auto;
		padding: 20px;
	}
	
		body.response header#header #logo {
			margin: auto auto;
		}
	
	body.response section.container_12 {
		width: 640px;
		padding: 40px 30px;
	}
	
	body.response section.well {
		border: 0;
		-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.4);
		box-shadow: 0 5px 20px rgba(0,0,0,0.4);
	}