
html
{
	background-color:black;

}

body {
	background-color:black;
	background:url('panhandlers.bg.jpg') no-repeat 0 55px; 
	min-height: 1000px;
	font-family:courier;
	font-size: 13px;
	letter-spacing: .7px;
}



h1, h3 {color:lightblue;
font-family:'courier new';
text-shadow: #6374AB 2px -3px 2px;
}

.headline
{ 
	position:absolute;
	text-align:center;
	left:80px;

}

.content
{
	position:absolute;
	left: 100px;
	top:350px;
	width:300px;

}

a {color:#990; text-decoration:none;}
a:hover {color:#99f;text-decoration:underline;}

.menu ul, li
{
	list-style-type:none;
}

.menu li
{
	list-style-type:none;

}

.mp3player
{
position: absolute;
left:600px;
top:150px; 

}

.content h1{font-family:'Courier New'; font-size:15pt; text-align:center; color:#aaf; text-shadow: #00f 2px 2px;}
.content p {position:relative;color:#ccc;}


