html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #000000;
	background-image: url('/images/headphone-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
		
	color: #F8F8F8;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

h1 { font-size: 18px; margin: 0.5em 0; color: #0066FF; }
h2 { font-size: 16px; margin: 0 0 0.5em; color: #0066FF; }
h3 { font-size: 14px; margin: 0 0 0.1em; color: #FFFFFF; }

a 		{ color: #F8F8F8; text-decoration: underline; outline: none; }
a:hover		{ color: #0066ff; text-decoration: none; outline: none; }
a:active 	{ color: #FFFFFF; text-decoration: none; outline: none; }

table 	{ border: 0px; padding: 0px; border-spacing: 0px }
img 	{ border: 0px; }
p 	{ line-height:1.5; margin:0 0 1em; }
ul	{ list-style-type: none; margin: 0px; padding: 0px; }
li 	{ display: inline; margin: 0px; padding: 0px; }

.bold { font-weight: bold; }
.subtitle { font-weight: bold; padding: 0px 0px 5px 0px; }

div#fadein { display: none; }

div#container {
	background-color: #202020;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	padding: 0px 5px 0px 5px;
	
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}

div#header {
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #666666;
	text-align: right; font-size: 18px;
}

	.header table { margin-left: auto; margin-right: auto; }
	.header td { vertical-align: bottom; }
	.header p { margin: 0; }
	.header a { color: #F8F8F8; text-decoration: none; outline: none; }
	.header a:hover { color: #C8C8C8; text-decoration: none; outline: none; }
	.header a:active { color: #F8F8F8; text-decoration: none; outline: none; }
        .header li { padding-left: 8px; }

div#latestmix {
	text-align: left;
	font-weight: normal;
}
	.latestmix img { width: 125px; height: 125px; }
	.latestmix td { vertical-align: top; }
	.latestmixdivider { border-style: dashed; border-width: 1px 0px 0px 0px; border-color: #606060; padding: 5px; }
	.moremixes a { text-decoration: none; }
	.moremixes { position: absolute; bottom: 0; text-align: right; width: 100%; }

div#albumreview {
	text-align: left;
	font-weight: normal;
}
	.albumreview img { width: 125px; height: 125px; }
	.albumreview td { vertical-align: top; }
	.albumreviewdivider { border-style: dashed; border-width: 1px 0px 0px 0px; border-color: #606060; padding: 5px; }
	.morereviews a { text-decoration: none; }
	.morereviews { position: absolute; bottom: 0px; text-align: right; width: 100%;}

table#maincontent { width: 100%; height: 260px; text-align: center; }
div#maincontent { width: 100%; height: 260px; }
	
div#content {
	padding:1em 0em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}


div#sublink {
	color: #F8F8F8;
	padding: 0px 0px 0px 0px;
}
	div#sublink p {
		padding: 0em;
		margin: 0;
	}
.sublink a { font-weight: normal; color: #F8F8F8; text-decoration: underline; }
.sublink a:hover { font-weight: normal; color: #0C59F6; text-decoration: underline; }



div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: transparent;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
	div#footer p {
		padding: 1em;
		margin: 0;
	}
.footer a { color: #666666; font-size: 10px; text-decoration: underline; }
.footer a:hover { text-decoration: none; }
