body {
	margin: 0px;
	padding: 0px;
	background: white url(../images/bkgd.jpg);
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
	text-transform: uppercase;
}

body, html {
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:active {
	opacity: 0.6;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	position: relative;
	width: 721px;
	z-index: 800;
	margin: 50px auto;
	text-align: center;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	width: 722px;
	text-indent: -5000em;
	height: 172px;
	background: url(../images/horc_logo.png) no-repeat;
	margin-bottom: 50px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	width: 722px;
	text-indent: -5000em;
	height: 47px;
	background: url(../images/horchata.png) no-repeat;
	margin-bottom: 50px;
}

#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
	margin: 25px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background: #4280c0;
}


#continue {
	position: absolute;
	bottom: 61px;
	right: 50px;
	z-index: 800;
	opacity: 0.2;
}

#continue:hover {
	opacity: 0.9;
}

#continue img{
	width: 250px;
}

#bottom {
	position: absolute;
	bottom: 27px;
	right: 25px;
	z-index: 800;
	color: rgba(0,0,0,0.1);
}

#bottom a{
	opacity: 0.2;
	margin: 0px 5px;
}#bottom a:hover{
	opacity: 0.8;
}

#player {
	height: 47px;
	position: relative;
	margin-bottom: 50px;
	z-index: 1000;
}

#audio_player {
	height: 47px;
	width: 669px;
	xbackground: url(../images/horc_player.png) 0px 0px no-repeat;
	margin-left: -50px;
}

#embedlink {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 47px;
	width: 53px;
	text-indent: -5000em;
	background: url(../images/horc_player.png) -669px 0px no-repeat;
}#embedlink:hover {
	opacity: 0.7;
}

#download {
	position: relative;
	height: 47px;
	margin-bottom: 50px;
}

#download_txt {
	margin: 0px;
	padding: 0px;
	text-indent: -5000em;
	height: 47px;
	width: 434px;
	background: url(../images/horc_download.png) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#signup {
	width: 288px;
	height: 47px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#submit_btn {
	border: none;
	background: url(../images/horc_download.png) -620px 0px no-repeat;
	width: 102px;
	height: 47px;
	color: transparent;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1px;
}#submit_btn:hover {
	opacity: 0.7;
}

#email_input {
	width: 186px;
	height: 37px;
	background: transparent;
	border: none;
	border-bottom: 3px solid white;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	font: bold 18px Futura, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nosignup {
	height: 9px;
	width: 282px;
	display: block;
	text-indent: -5000em;
	background: url(../images/horc_nosignup.png) 0px 0px no-repeat;
	position: absolute;
	bottom: -13px;
	right: 5px;
	opacity: 0.6;
}#nosignup:hover {
	opacity: 1;
}

#album_info {
	width: 720px;
	height: 60px;
	text-indent: -5000em;
	background: url(../images/horc_albuminfo.png) 0px 0px no-repeat;
}

#embedcode {
	background: black;
	background: rgba(0,0,0,0.9);
	padding: 30px;
	width: 500px;
	margin: auto;
	z-index: 1000;
	position: relative;
	margin-top: -150px;
	margin-top: -2000px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.6s ease-out;
}

#embedcode textarea {
	width: 400px;
	height: 100px;
}

#embedcode a {
	color: white;
}

#sticker {
	display: block;
	position: absolute;
	top: -20px;
	right: 0px;
	height: 236px;
	width: 238px;
	text-indent: -5000em;
	background: url(../images/halloween_sticker.png) 0px 0px;
	z-index: 1000000;
}#sticker:hover {
	-webkit-transform: scale(0.95);
}