div, p, body {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
   margin: 0;
   padding: 0;
	background-color: black;
	color: #D6D6D6;
	line-height: 1.5em;
}

#code {
	font-family: Courier, Monospace;
}

a {
   color: #D6AE8C;
}

#welcomemsg {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
   text-align: center;
}
#welcomemsg img {
	margin-top: 10px;
	float: left;
}
#welcomemsg p {
   font-size: 1.2em;
   line-height: 1.5em;   
}
#welcomemsg h1 {
   background: url('../images/everybody-large.jpg') no-repeat scroll top center;
   height: 219px;
   padding-top: 0px;
   margin-top: 0px;
}
#welcomemsg h1 span {
   display: none;
}

#songlist {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 5px;
}
#songlist ul, #songlist ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#songlist li {
	clear: both;
	height: 75px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#songlist .image {
	float: left;
}
#songlist .data {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	color: white;
}
#songlist .data .artist_name {
	font-size: 130%;
}
#songlist .options {
	float: right;
	text-align: right;
	margin-top: 8px;
}
#songlist .options p {
	margin: 0px;
	font-size: 11px;
}
#songlist .preview_link {
	margin-top: 10px;
	font-size: 11px;
}
#songlist .options a, #songlist .preview_link a {
	text-decoration: none;
	color: #B5B5B5;
}
#songlist .options a:hover, #songlist .preview_link a:hover {
	color: white;
}
#songlist .previewplayer {
	float: right;
	width: 180px;
	position: relative;
	top: -5px;
	left: -20px;
}

.icon {
	position: relative;
	top: -2px;
}

#footer {
	clear: both;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
#footer a {
}
#footer a:hover {
	color: white;
}