html,body {
	height:100%;
}
body {
	background: #C3BCB4;
	color: #a89e94;
	font-family: 'PT Sans', sans-serif;
}
.container {
	max-width:970px;
}
.main a {
	color: #a89e94;

}
.header {
	margin-top:40px;
	margin-bottom:60px;
}
.header p{
	margin-top:60px;
}
.main {
	background: white;
}
.main .address {
	margin-top:30px;
	margin-bottom:70px;
}
.footer {
	border-top: 4px solid #EDF432;
	padding-top: 20px;
	color: white;
}

	ul {list-style-type:none;}
