body {
	overflow-y: scroll;
}

#wrapper {
	overflow: visible;
	height: 100%;
	background: #000;
}
#content {
  overflow: auto;
  height: auto !important;
  min-height: 0px;
  
}
#main {
	width: 100%;
	float:left;
	background-color: transparent;
	background-image: none;
	
	margin: 0px;
  text-align: center;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: visible;
  overflow: visible;
}

#main h1, #main h2 {
	font-family:'helvetica neue',sans-serif;
	font-size:80%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:3px;
	line-height:normal;
	text-transform:uppercase;
	margin: auto auto;
	text-align: center;
}

#content_right {
	/*background-color: #fff;*/
	width: 100%;
	min-height:100%;
	
	height: auto;
	
}

.preview #content{
	background: #000;
}


h1 {
  color: #fff;
  display: inline;
}

a.orange {
  color: #d5a654 !important;
  display: inline;
  padding-left: 16px;
}

#content_title {
  padding: 8px;
}
#content_text {
  width: 100%;
  text-align: center;
  padding: 0px;
  height: auto;
}