body {
	margin: 0;
	padding: 0;
	background: #230b19;
	/*font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	}
	
	h1, h2, h3 {
		padding: 0;
		margin: 0 0 10px 0;
		}
	p {
		font-size: 13px;
		padding: 0;
		margin: 0 0 15px 0;
		}
		
	ul {
		font-size: 13px;
		}
	
	a {
		color: #0099cc;
		}
	
	.clear {
		margin: 0;
		padding: 0;
		clear: both;
		font-size: 0;
		line-height: 0;
		height: 1px;
		}
		
		

div#main {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	background: url(../images/studiotrack_fullsize.png) top center no-repeat;
	height: 913px;
	min-width: 1045px;
	}
	

	a#studiotrack {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 580px;
		left: 30px;
		width: 308px;
		height: 298px;
		text-decoration: none;
		background: url(../images/ST_bubble.png) left top no-repeat;
		}

	a#synth {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 580px;
		left: 368px;
		width: 308px;
		height: 298px;
		text-decoration: none;
		background: url(../images/synth_bubble.png) left top no-repeat;
		}
		
	a#geoseek {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 580px;
		right: 30px;
		width: 308px;
		height: 298px;
		text-decoration: none;
		background: url(../images/geoseek_bubble.png) left top no-repeat;
		}

		.featurebubble span {
			visibility: hidden;
			}
		

		
		
div#signup {
	margin: 100px auto;
	width: 900px;
	height: 330px;
	position: relative;
	}

div#signuptext {
	position: absolute;
	left: 70px;
	top: 90px;
	width: 30%;
	color: #d9d5d8;
	}
	#signuptext p {
		font-size: 17px;
		line-height: 1.5;
		text-align: right;
		}
	p#privacy {
		font-size: 12px;
		}

	

form#subscribeForm {
	position: absolute;
	right: 0;
	background: url(../images/signup_formbg.png) no-repeat left top;
	padding: 0;
	margin: 0;
	width: 480px;
	height: 330px;
	font-size: 20px;
	}
	#subscribeForm .pad {
		padding: 50px;
		}
	#subscribeForm label, #subscribeForm #actionButtons {
		display: block;
		margin: 20px;
		color: #8fdeff;
		}
	#subscribeForm #name, #subscribeForm #email {
		width: 100%;
		font-size: 20px;
		color: #333333;
		padding: 4px;
		}
	#actionButtons input {
		font-size: 24px;
		color: #333333;
		}
		
button#signup {
	width: 97px;
	height: 46px;
	background: url(../images/btn_signup_idle.png) no-repeat left top;
	border: none;
	padding: 0;
	}
	button#signup:active { background: url(../images/btn_signup_press.png) no-repeat left top; }

button#signup span {
	visibility: hidden;
	}

button#unsub {
	position: absolute;
	right: 55px;
	width: 110px;
	height: 46px;
	background: transparent;
	border: none;
	padding: 0;
	color: #463740;
	font-size: 14px;
	}
button#unsub span {
	text-decoration: underline;
	}