body {
	background: $bg_grey;
}

.width_wrapper {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

@-ms-viewport{
	width: device-width;
}