body {
	background-color: #000000;
	background-image: url('images/neil-murray.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	color: #FFFFFF;
	margin-bottom:20px;
}


body#songs {
	background-color: #000000;
	background-image: url('images/neil-murray-2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	color: #FFFFFF;
	margin-bottom:20px;
}


.links {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
li {
	list-style-type: none;
	margin-left: -40px;
	padding-top: 3px;
	padding-bottom: 3px;
}
li a:link, li a:visited {
	color: #ffffff;
	text-decoration: none;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	display:block;
	padding: 3px;
	padding-right:10px;
}
li a:hover {

	color: #B8BBE8;
	background-image: url('images/bg2.jpg');
	background-repeat: no-repeat;

}


#main {
	border: 2px dashed #FFFFFF;
	padding: 0px 15px 0px 15px;
	margin-left: 160px;
	margin-right: 400px;
	max-width: 800px;
	min-width: 200px;
	font-family: Georgia, Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B8BBE8;
	line-height: 160%; 
	background-image: url('images/grey.png');
}
#left {
	float: left;
	width: 120px;
	text-align: right;
}


a:link, a:visited {
	color: #B8BBE8;
}
 a:hover {
	color: #ffffff;
	}
h1 {
	font-size: 16px;
}
#container 
	{
	width:370px;
	margin-bottom:40px
}
#pinko {
	width: 150px;
	padding:5px;
	border-bottom: 1px dashed #B8BBE8;
}
#toryboy {
	padding:5px;	
	float: right;
	width:200px;
	border-bottom: 1px dashed #B8BBE8;
}
table {
	width: 100%;
	margin-bottom:40px

}
td {
	padding: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #b8bbe8;
	vertical-align: top;
}

#blanket {
background-color:#000;
opacity: 0.75;
filter:alpha(opacity=75);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
.whisp{
	border: 10px solid #FFFFFF;
	position: absolute;
	background-color: #000;
	width: 500px;
	height: 500px;
	z-index: 9002;
	padding: 20px;
	overflow: auto;
	font-family: Georgia, Calibri, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 14px;
	opacity: 0.65;


}
