body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 1em Minion Pro, Arial, Arial, Helvetica;
  line-height: 170%;

  background: #000;

}

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}


#wrap-container {
	margin: 90px auto 20px auto;
	width: 455px;
	height:255px;
	background: #000 url("../images/holding-page/castle.gif") no-repeat;

}

#container {
	margin: 90px auto 20px auto;
	width: 455px;
	height:255px;
	text-align: center;

}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	padding-bottom: 10px;
	margin-top: 15px;
	font: normal 1.2em Minion Pro, Arial, Arial, Helvetica;
	color: #BB9B6A; 
	letter-spacing: +1px;	
	text-transform: none;
	border-bottom: 0px solid #ebebeb;	
}

h3 a {
  color: #BF9B6B;
  text-transform:none;
}

h3 a:hover {
  color: #FFF;
  text-transform:none;
}
