html, body {margin:0; padding:0; height:100%;}
body {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #000;
	/*background: url(images/bg_homeless.jpg) no-repeat fixed 50% 0 #ececec;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
td {
	vertical-align: top;
}
a {
	color: #a1d9f0;
	text-decoration: underline;
}
a:hover {
	color: #36f;
}
hr {
	clear: both;
}
/****************************************/
#background {
	width: 1024px;
	position: fixed;
}
/****************************************/
#outerContainer {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#container {
	width: 1024px;
	/*margin: 0 auto;*/
	margin: 0 0 0 30px;
	padding: 0;
}
#outerContent {
	padding: 7px;
	width: 645px;
	color: #ececec;
}
#content {
	padding: 10px;
}
/****************************************/
#header {
	font-size: 18px;
}
#header div.logo {
	float: left;
	padding-right: 10px;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
}
#header h1 span {
	color: #a1d9f0; /*a1d9f0*/
}
#header h1 span.hope, span.hope {color:#36f; font-weight:normal; padding-left:80px;}
span.hope {padding: 0;}
#header h1 span.love, span.love {color:#f33; font-weight:normal;}
#header h1 span.believe, span.believe {color:#fc6; font-weight:normal;}
#header p {margin:0; padding: 5px 0; font-style:italic; text-align:center;}
#innerHeader, #innerBody {
	padding: 10px;
}
/****************************************/
#body {
	clear: both;
	font-size: 14px;
	margin-top: 10px;
}
/****************************************/
#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
/****************************************/
.outerGBDiv {
	font-size: 12px;
}
#guestbookDiv {
	padding-top: 10px;
}
#guestbookDiv form label, #commentsDiv label {
	float: left;
	width: 75px;
}
#guestbookDiv legend {
	font-size: 14px;
	color: #ececec;
}
#commentsDiv {
	padding-bottom: 10px;
}
#innerCommentsDiv {
	padding: 10px;
	border: 2px solid #ececec;
}
#innerCommentsDiv p.postTime {
	text-align: right;
	font-size: 10px;
	padding: 0;
}
div.comments {
	float: right;
	text-align: left;
	width: 280px;
}
/****************************************/
.transBody {
	background: transparent url(../images/bg_black_trans1000.png) !important; 
	background: transparent;
	background-repeat: repeat;
	width: 100%;
}
.mediaTD {
	font-size: 12px;
	text-align: center;
	border-right:1px solid #000;
	padding-right:10px;
	width: 200px;
}
.downloadBtn {
	width: 350px;
	height: 45px;
	background: transparent url(../images/bg_dlbtn_long.png) !important;
	background: transparent;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.downloadBtn a {
	color: #36f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 11px 0;
	display: block;
}
.downloadBtn a span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.downloadBtn a:hover {
	color: #000;
	text-decoration: none;
}
.downloadBtn a:hover span {
	text-decoration: none;
}
.hidden, .noshow {display: none;}
.show {display: block;}
.artistInfo {padding: 5px; color: #ececec; font-size: 14px;}