html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 14px;
	font-family: Century Gothic, tahoma, sans-serif;
	color: #FFFFFF;
    background: #191611;
    text-align: center;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.contacts {
	float: right;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 938px;
	text-align: left;
	margin: 0 auto;
}

.copyright {
	float: left;
	font-family: verdana, sans-serif;
	color: #B2AA83;
}

.footer {
    height: 56px;
	margin: -56px auto 0;
	border-top: 1px solid #B2AA83;
	overflow: hidden;
}

.footer_content {
	width: 938px;
	margin: 18px auto 0;
	text-align: left;
}

.gallery {
	height: 548px;
	text-align: center;
}

.logo {
	width: 110px;
	height: 91px;
    background: url('../img/logo.jpg') no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 37px;
}

.promo {
	width: 324px;
	height: 70px;
    font-size: 19px;
	text-transform: uppercase;
	line-height: 23px;
	color: #7a5a11;
    position: absolute;
    left: 0;
    top: 45px;
}

.push {
	padding-bottom: 57px;
	zoom: 1;
}

.top {
	height: 152px;
    position: relative;
}