@IMPORT url("reset.css");

html, body {
	height: 100%;
	min-height: 400px;
  min-width: 1000px;
  width: 100%;
}

body {
  background: #fff;
  margin: 0 auto;
}

#outer{
	display: table;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

#container {
  display: table-cell;
  height: 360px;
  vertical-align: middle;
  position: relative;
}

#inner {
  height: 360px;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

h1 {
	font: normal 30px Georgia;
	margin: 0 0 83px 0;
	text-transform: uppercase;
}

h1 span {
	font-size: 36px;
}

h2 {
	color: #815A16;
	font: normal 18px Georgia;
	margin: 0 0 8px 0;
}

h3 {
	color: #93805F;
	font: normal 18px Georgia;
	margin: 0;
}

#inner .content {
	background: url(../img/bg1.jpg) no-repeat top right;
	height: 235px;
	padding: 23px 0 0 29px;
}

#inner .footer {
	background: url(../img/bg2.jpg) no-repeat top center;
	height: 90px;
	padding: 40px 0 0 29px;
}

#inner .footer p {
	color: #131416;
	font: normal 14px Georgia;
}

#inner .footer p span {
	color: #686869;
}

#inner .footer .contact {
  float: right;
  width: 160px;

}

#inner .footer .contact a {
  float: left;
  margin-left: 20px;
}

#inner .footer .contact a.gg {
  padding-top: 2px;
}

#ico-mail {
	background: url(../img/ico_mail.png) no-repeat;
	display: block;
	height: 26px;
  width: 30px;
}
