body {
	text-align: center;
	background: white;
	padding: 0;
	margin: 0;
}
	
.wrapper {
	max-width: 1800px;
	min-width: 800px;
	margin: 0 auto;
	background: url('../images/background-top.jpg') center 0 white no-repeat;
}
	
.footer {
	height: 500px;
	background: transparent url("../images/background-bottom.png") no-repeat scroll center 150px;
}
	
.title {
	display: block;
	margin: 0 auto 50px;
}
	
.text, .button  {
	display: block;
	margin: 50px auto 50px;
}
	
.button img{
	margin-left: 35px;
}
	
.content {
	padding-top: 60px;
}
