html { 
  background-color:white;
}

body{
	font: normal 16px/22px Arial, Helvetica, Geneva, sans-serif; 
	-webkit-font-smoothing: antialiased;
}

a{
	color: #b35529;
	text-decoration: none;
	}

.header {
	background: url(img/header-mobile.gif) no-repeat center;
	width: 100%;
	height: 25px;
	margin: 5% 0%;
}

.container {
	background-color: #fff;
	width: 90%;
	height: auto;
  	margin: auto;
}

.store {
	width: 100%;
	height: 100%;
	margin: auto;
}

.footer {
	width: 75%;
	margin: auto;
}

.contact {
	float: left;
}

.social {
	float: left;
}