html, body {
	margin:0;
  padding:0;
	background-image: url('../img/bg.png');
	text-align: center;
}

h1, h2, h3 {
	font-family: "Minion Pro";
}

h3 {
	font-size: large;
}

.wrapper {
	margin: -20px auto;
  min-height:100%;
  overflow: hidden;
}

.home-wrapper {
	margin: 60px auto;
  text-align: left;
	max-width: 1200px;
	height: auto !important;
  height: 100%;
	position: absolute;
	right: 50%;
}

.home-banner {
	position: relative; right: -50%;
}

.img-home {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float: none;
}

.content-container {
	margin: 0 auto;
  text-align: left;
	max-width: 900px;
	min-height: 100%;
	height: auto !important;
  height: 100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	padding-top: 40px;
}

.content-container h1 {
	font-family: "Minion Pro";
	text-align: center;
	letter-spacing: 3pt;
}

