/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
	font-size: 62.5%;
	background: #1e0508;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
	width: 792px;
	margin: 0 auto;
}
h1 {
	min-height: 58px;
	height: 58px;
padding-top: 320px;
	background: #1e0508 url('../images/bgr-header.jpg') center top no-repeat;
	text-indent: -9999px;
	margin: 0;
}

/*  Callout Links  */
#bamboozle, #buy-cd, #buy-itunes {
	display: block;
}
#bamboozle {
	width: 230px;
	margin-left: 50px;
	float: left;
	height: 50px;
}

#buy-cd, #buy-itunes {
	float: right;
	height: 20px;
	margin-top: 20px;
}
#buy-itunes {
	margin-right: 120px;
	width: 60px;
}
#buy-cd {
	width: 35px;
}

#content {
	min-height: 384px;
	height: 384px;
	background: #1e0508 url('../images/bgr-body.jpg') center top no-repeat;
}
#signup {
	float: right;
	width: 340px;
	height: 300px;
	padding: 0;
	margin-right: 20px;
	display: inline;
}
#signup p {
	text-align: center;
}
fieldset {
	border: 0;
}
form {
	margin: 85px 0 20px 10px;
}
form label {
	float: left;
	text-align: right;
	width: 110px;
	font-size: 1.2em;
	margin: 4px 10px 0 0;
	color:#d1ac65;
}
form div {
	margin: 0 0 5px 0;
}
form div input {
	border: 2px solid #000;
	font-size: 1.3em;
}
form p {
	padding: 0;
	margin: 0;
}

#emailinput, #nameinput {
	width: 170px;
}
#zipinput {
	width: 100px;
	margin: 0 0 10px 0;
}
#comingsoon {
	background: url('../images/txt-7inch.png') center no-repeat;
	width: 319px;
	height: 97px;
	display: block;
	text-indent: -9999em;
	margin: 35px auto 0 auto;
}

#message {
	text-align:center;
	font-size:1.7em;
	color:#d1ac65;
	background-color: #31080c;
	padding:20px;
	margin-top: 20px;
	margin-bottom:20px;
	position:relative;
	left: 50%;
	width:30em;
	margin-left: -15em; /*set to a negative number 1/2 of your width*/	
	font-family: Helvetica, Verdana;
	border: solid black 1px;
}
#message a {
	color:#FFFFFF;
}


/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#content:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */


