body{
	background-color: black;
	margin: 10px 0;
	text-align: center;
	font: 0.8em "Tahoma", helvetica, sans-serif;
	}
	
div#btnenter{
	margin-top: -80px;
	height: 500px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: url(platine.jpg) no-repeat 0 -500px ;
	}
	
div#btnenter:hover{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: url(platine.jpg) no-repeat 0 0;
	}
	
#footer {
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	padding-right: 10px;
	line-height: 30px;
	color: #fff;
	}

div#mp3{
/*	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden; */
	}
	
a{
	color: #bf0;
	}
	
a:hover{
	color: #50A;
	}