html {
        background: url("images/gretsch_paint_256.png") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	height: 100%;
}
body {
	font-family:Verdana;
	font-size:9pt;
	margin: 0;
	padding: 0;
	height: 100%;
}
#content {	
	background-color: rgba(0, 0, 0, 0.85);
	border-left: 4px solid #111111;
	border-right: 4px solid #111111;
	font: 1.5em arial, verdana, sans-serif;
	height: auto;
  	left: 50%;
	margin: auto;
  	margin-left: -310px;
	min-height: 100%;
	padding: 0 20px 0 20px;
	position: absolute;
	width: 620px;	
}

#facebook
{
	background-image: url('images/icons/facebook.png');
	background-position: top; 
	background-size: 32px 32px;
}

#twitter
{
	background-image: url('images/icons/twitter.png');
	background-position: top; 
	background-size: 32px 32px;	
}

#lastfm
{
	background-image: url('images/icons/lastfm.png');
	background-position: top; 
	background-size: 32px 32px;	
}
.icon a 
{ 
	color: #fff; 
	width: 32; 
	height: 32; 
	display: block; 
	text-decoration: none;
}
.icon a:hover
{
	background:#fff; 
	opacity:.10; 
	filter:alpha(opacity=10); 
}
.hidden
{
	display: none;
}
.icon
{
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#deimo
{
	background: url('images/deimo.png') top left no-repeat;
	width: 220px;
	height: 224px;	
}
#deimo:hover
{
	background-position: -220px 0;	
}

html>body #content {
	height:auto
}/*for mozilla */

a 
{
	text-decoration: underline;
	color:#eeeeee;
	border: 0px;
}
a:hover 
{
	text-decoration: underline;
	color:#ee0000;
	border: 0px;
}
a.header 
{
	font-family:georgia,arial;
	font-size:11pt;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
	text-transform:uppercase;
}
a.header:hover
{
	font-family:georgia,arial;
	font-size:12pt;
	font-weight:bold;
	color:#dd0000;
	text-decoration:none;
	text-transform:lowercase;
}

a.minilink
{
	color:#666666;
	font-size:8pt;
	text-decoration:none;
}

a.minilink:hover
{
	color:#888888;
}

.rollover_img { 
	width: 128px; 
	height: 128px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border:4px solid #eee; 
	font:13px normal Arial, Helvetica, sans-serif; 
	line-height:18px; 
	float:left; 
	margin:0 7px 7px 0; 
}
.rollover_img a { 
	color: #fff; 
	width: 128; 
	height: 128; 
	display: block; 
	text-decoration: none; 
}
.rollover_img a:hover { 
	background:#000; 
	opacity:.70; 
	filter:alpha(opacity=70); 
}
.rollover_img a span { 
	display: none; 
	width: 110px; 
	padding:5px; 
}
.rollover_img a:hover span { 
	display: block; 
}


td 
{
	font-family:Verdana;
	font-size:9pt;
	color:#ffffff;
	background-color:transparent;	
}
td.albumtitle
{
	font-family:georgia,arial;
	font-size:13pt;
	text-align:left; 
    	vertical-align:top;
	border: 0px solid white;
	text-decoration:none;
	text-transform:uppercase;
}
td.banner
{
	text-align:left; 
    	vertical-align:top;
	border: 0px solid white;
}
td.banner h1
{
	color: #bcbcbc;
	font-family: georgia,arial;
	font-size: 22pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;	
	text-transform:uppercase;
}
td.head
{
	text-align:center; 
    	vertical-align:top;
	border: 1px solid white;
}
ul 
{
	list-style-image: url("./images/dot.gif");
}
.textinput 
{
	background-color:#222222;
	border-style: solid; 
	border-color: #111111; 
	border-width: 2px; 
	color: white;
	padding:3px 5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.textinput:hover
{
	background:#333333;
	border-color: #111111;
	color:#fefefe;
}
.niftybox
{	
	border:4px solid #111111;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	background:#222222;
	margin-top:5px;
	padding:12px;		
	background-position:0 100%;	
	overflow:hidden;
}
.niftybox b
{
	color: #bcbcbc;
	font-family: georgia,arial;
	font-size: 11.5pt;
	font-weight: bold;
}
.niftybox p
{
	margin-left: 10px;
	margin-bottom:15px;
}
.niftybox h3
{
	float:right;
}
