@charset "utf-8";
body {
	background-image: url(assets/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9CA9C;
}
#navcontainer 
{
	width: 300px;
	position: absolute;
	top: 465px;
	left: 820px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #260401;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #D9CA9C;
	border-bottom: 4px solid #260401;
	color: #260401;
	font-weight: bolder;
	font-size: 20pt;
	text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
	color: #260401;
	text-decoration: none;
}

#navcontainer a:hover
{
background-color:#260401;
color: #D9CA9C;
}
.musicplayer {
	position: absolute;
	top: 678px;
	width:300;
	height:80;
	left: 14px;
}
