

body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow:hidden;
	letter-spacing: -0.5px;
	color:#eee;
	line-height: 24px;

	text-align: justify;

	font: 0.85em/1.7em Lucida Grande, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000000;
	margin-bottom: 2px;

}

img {
	padding-right:10px;
	border: 0;
}

a {
	padding-left:15px;
	padding-right:15px;
	font-size:17px;
	letter-spacing:-1px;
	font-style: normal;
	text-decoration: none;
	color:#b0b0b0;
	line-height:28px;
	text-shadow: 1px 1px 1px #0a0a0a;


	
}

a:hover {
	color:#00cc44;
}

.selected {
	color:#d0d0d0;
	text-shadow: 1px 1px 1px #0a0a0a;
	background-color: rgba(232,216,216,0.10);

		-khtml-border-radius: 14px;
		-moz-border-radius: 14px;
		-webkit-border-radius: 14px;
		border-radius: 14px;

}

.content a {
	padding-left:0px;
	padding-right:0px;
	letter-spacing:-1px;
	font-style: normal;
	text-decoration: none;
	color:#00cc44;
	line-height:24px;
	text-shadow: 1px 1px 1px #0a0a0a;
	background-color: rgba(0,0,0,0.0);
	border: 0px;
}

.content a:hover {
	border-bottom: dotted 1px;
	color:#00cc44;
}

li {	
	list-style:none;
	padding-left: 24px;
	background-image:url('images/swirlbullet.png');
	background-repeat:no-repeat;
}

.songs {
	padding-right: 6px;
	font-size: 84%;
	font-weight: 200;
	line-height: 1.15;
}

.songs a {
	font-size: 105%;
}

h4 {
	font-size: 110%;
	color:#00cc44;
	text-shadow: 1px 1px 1px #0a0a0a;
}

.songs strong {
	color:#00cc44;
}
.songs td {
	padding-left: 16px;
	text-align: justify;
}
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	background-color:#ccc;
	overflow:hidden;
}

#headerunder {
	position:fixed;
	width:100%;
	height:178px;

	background-image:url('images/header-bg-final.png');
}

#header {
	position:fixed;
	width:100%;
	height:178px;
	
	background-image:url('images/test3.png');
	background-repeat:no-repeat;
	z-index: 51;

}

#links {
	position:fixed;
	width:100%;
	height:30px;

	border-bottom: solid 3px #222;

	top:148px;
	z-index: 52;
	}

#footer {
	position:fixed;
	z-index: 100;
	width:100%;
	height:50px;
	bottom:0px;
	background-color:#111;
	background-image:url('images/footer2.png');
	background-repeat:repeat-x;
	font-size:12px;
	text-align:left;
	border-top: solid 3px #333;
	}

#footer a {
	font-size: 15px;
	padding-left:0px;
	padding-right:0px;
	letter-spacing:-1px;
	font-style: normal;
	text-decoration: none;
	color:#00cc44;
	line-height:24px;
	text-shadow: 1px 1px 1px #0a0a0a;
	background-color: rgba(0,0,0,0.0);
	border: 0px;
}

#footer a:hover {
	border-bottom: dotted 1px;
}

#mask {
	width:600%;
	height:100%;
	background-color:#eee;
	}

	.item {
		width:16.6%;
		height:100%;
		float:left;
		background-color:#333;
		background-image:url('images/bg3.png');
	}
	
	.content {
		z-index: 200;
		width:800px;
		height:350px;
		top:200px;
		margin:0 auto;
		padding-right:10px;
		margin-left:20px;
		background-color:#222;
		background-image:url('images/swirls.png');
		background-position:right bottom;
		background-repeat:no-repeat;
		position:absolute;
		border:solid 4px #eee;

		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

		-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
		-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.7);
		box-shadow: 3px 3px 6px rgba(0,0,0,0.7);

		opacity: 0.95;
		filter:alpha(opacity=95);
		-moz-opacity:0.95;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
		-khtml-opacity: 0.95;
		-ms-filter: Òprogid:DXImageTransform.Microsoft.Alpha(Opacity=95)Ó;
	}

