@charset "UTF-8";
/* CSS Document */

.container_wrap,
.content_wrap {
	position: relative;
}

/* ========== Скелет ========== */

html,
body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -98px;
	position: relative;
}

#main .container_wrap {
	width: 100%;
}