html {
		overflow: hidden;
	}
	hr {
		outline: none;
		border: none;
		height: 1px;
		width:75%;
		margin: 10px auto;
	}
	body {
		background: #000;
		width: 100%;
		height: 100%;
		color: #ffffff;
		margin: 0 auto;
		padding: 0px;
		font-family: Georgia, _serif;
		font-size: 12px;
		letter-spacing: 90%;
		text-align: center;
	}
	div, span, img  {
		position: absolute;
	}
	h1, h2, h3, h4 {
		font-weight: 100;
		padding: 0;
		margin: 2px 0px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
		color: #000;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
		text-transform: uppercase;
	}
	#frm {
	    position: absolute;
	    top: 0px;
	    left: 50%;
		width:0;
		height:480px;
		overflow:visible;
		background:#000;
	}
	#xspf_player {
		margin: 530px 0 0 0;
	}
	.t1 {
		left:0px;
		bottom: 85%;
		font-size:2.5em;
		text-align:center;
		width:100%;
		font-weight:bold;
	}
	.t2 {
		left:0px;
		top:-0.25em;
		font-size:2em;
		text-align:center;
		width:100%;
		color:#666;
		-ms-filter: "alpha(Opacity=60)";
		filter: alpha(opacity=60);
		opacity: 0.6;
	}
	#content-bg {
		width: 500px;
		padding: 25px 30px;
		height: 210px;
		overflow: auto;
		background-image: url('http://www.aaronmarkbrown.com/images/BG-Screen.png');
		//background-image: url('http://www.aaronmarkbrown.com/images/BG-Screen.gif');
		background-position: top;
		background-repeat: no-repeat;
		z-index: 12;
		top: 190px;
		left: -370px;
	}
	.content {
		width: 440px;
		padding: 20px 40px;
		height: 200px;
		overflow: auto;
		z-index: 12;
		top: 190px;
		left: -350px;
	}
	.content a {
		color: #ddeeff;
	}
	#nav {
		width: 500px;
		top: 455px;
		left: -360px;
		z-index: 13;
	}
	.close {
		top: 200px;
		left: 95px;
		z-index: 13;
		white-space: no-wrap;
	}
	.close a {
		color:#ddeeff;
	}
	a {
		text-decoration: none;
		color:#6699cc;
	}