* {
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
img {
	border: none;
}
body {
/*	background: #2f1312 url('img/background.png') top center repeat-x;*/
/*	background: #2f1312 url('img/backgroundGradient.png') top center repeat-x;*/
	background: black;
	background-image: url('img/backgroundGradient.png'), url("img/floorGradient.png");
	background-position: top center, top center;
	background-repeat: repeat-x, repeat-y;
}
#container {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
h1#logo {
	position: absolute;
	top: 230px;
	left: -93px;
	background: transparent url('img/bowtie180.png') top center no-repeat;
	height: 180px;
	width: 180px;
}
h1#logo span {
	display: none;
}

#content {
	width: 450px;
	margin: auto;
	padding-top: 0px;
	color: #fff;
	text-shadow: 0px 1px 2px black;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	position: relative;
/*	background: red;*/
}

#downloadButton {
	position: absolute;
	top: 310px;
	right: 0px;
}

#bodyContent {
	position: absolute;
	top: 410px;
}

#description {
	font-size: 16px;
	line-height: 28px;
}

strong {
	text-shadow: 0px 0px 3px #b12a34;
}
#description a {
	color: #fff;
	text-decoration: none;
}
#description a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	width: 420px;
	padding: 8px;
	margin-top: 20px;
	background: #7b1515;
	border: 1px solid #8d1815;
	-webkit-box-shadow: 0px 1px 3px black;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px black;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 3px black;
	border-radius: 5px;
	color: #fff;
	text-shadow: 0px -1px 0px #2f1312;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: relative;
}
	a.button:hover {
		background: #8d1815;
	}
	a.button small {
		font-size: 11px;
		color: #ff8781;
	}
	
#freeOverlay {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, .08);
	width: 80px;
	height: 60px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 59px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .12);
}

#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 26px;
	color: #b73f3d;
	text-shadow: 0px 1px 1px #000;
	line-height: 1.4em;
}

a.link {
	color: #ff5855;
	 text-decoration: none;
}
a.link:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #b12a34;
}
a.link small {
	font-size: 10px;
}

p.direct {
	margin-top: 6px;
	font-size: 11px;
	text-align: center;
}

/******/
#slideshow {
	/* Thomas Traub reported that there were white flashes in Safari 5.1 */
	/*-webkit-transform-style: preserve-3d;*/
	-webkit-transform: rotateY(0);
	position: absolute;
	width:450px;
	height:300px;
/*	top: 10px;*/
	overflow:hidden;
/*	opacity:0;*/
/*	border:1px solid #fff;*/
/*	-webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1), 0px 6px 32px rgba(0, 0, 0, .5);*/
	background: black;
/*	border-radius: 4px;*/
/*	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, .5);*/
/*	        box-shadow:0px 1px 3px rgba(0, 0, 0, .5);*/
}

#slideshowOverlay {
	position: absolute;
	width:450px;
	height:300px;
/*	top: 10px;*/
	background: transparent url(img/slideshowOverlay.png) top left no-repeat;
}

#viewTheme {
	display: block;
	position: absolute;
	top: 284px;
	right: 1px;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 20px;
	padding: 4px 10px 4px 10px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
	font-weight: bold;
	font-size: 12px;
	border: 2px solid rgba(255, 255, 255, 0.25);
}

#curtainsLeft {
	position: absolute;
	width:600px;
	height:323px;
	background: transparent url(img/curtainsLeft.png) top left no-repeat;
	margin-left: -600px;
	margin-top: -10px;
}

#curtainsRight {
	position: absolute;
	width:600px;
	height:323px;
	background: transparent url(img/curtainsRight.png) top left no-repeat;
	margin-left: 450px;
	margin-top: -10px;
}

#slideshow img {
  position:absolute;
  width:450px;
  height:300px;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-position: center center;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
          transition-property: opacity;
          transition-duration: 3s;
}
/*#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}*/
/**
 * hack to get the top images out of the stack when the first one is styled
 * what we really need is to take care of the two last ones in the stack, but
 * it is more 'flexible' to go with the selector below as the only one we
 * really don't want to send 'behind' is the one right after the first one (#2).
 */

#slideshow .visible {
  opacity:1;
/*  -webkit-transform: scale(1.5) translate(30px);*/
/*          transform: scale(1.5) translate(30px);*/
}

/*#logo {
	position: relative;
	width:345px;
	height:203px;
	top: 220px;
	left: -75px;
	background: transparent url(img/logo.png) top left no-repeat;
}*/