#wrapper {

}

#splash {
	width: 800px;
	height: 751px;
	margin: 0 auto;
}

#menu {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/menu.jpg);
	background-position:0 0;
	background-repeat:repeat;
	width: 800px;
	height: 751px;
	margin: 0 auto;
}

div#songs{
	left:105px;
	position:relative;
	top:165px;
	width:144px;
}

ul.songlist {
	width:100%;
}

ul.songlist li{
    margin: 0;
    padding: 2px;
    list-style-type: none;
    display: inline;
}

div#play{
	left:465px;
	position:relative;
	width:120px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

#footer a{
	color:red;
}

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	color: #696969;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #00FF00
}

#footer a:hover {
	text-decoration: none;
}

#player_area{
	width:1px;
	height:1px;
	top:-90000px;
	position:relative;
}
