﻿*
{
	margin: 0;
	padding: 0;
}
html
{
	direction: ltr;
}
body
{
	color: #000;
	font: normal 100% arial,tahoma,verdana,sans-serif;
	margin: 0 auto;
	text-align: center;
}
div#base
{
	margin: 0 auto;
	text-align: left;
	width: 865px;
	position: relative;
}

#mp3player 
{
	position: absolute;
	top: 82px;
	left: 132px;
}

/* Footer */
.footer
{
	clear: both;
	color: #838383;
	font-size: 0.6875em;
	margin: 0 0 0 185px;
	padding: 5px 0 10px;
	width: 680px;
}
.footer a
{
	color: #838383;
	text-decoration: underline;
}
.footer a:hover
{
	text-decoration: none;
}