* {
	border: none;
}

body {
	background: url(background.png) black;
	background-position: center;
	background-attachment:fixed;
	color: white;
}

#container {
	left: 50%;
	margin-left: -300px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	opacity: 1;
}

div.fadehover {
	position: relative;
	}
 
img.a {
	top: 1px;
	position: absolute;
	z-index: 5;
        }
 
img.b {
	top: 1px;
	z-index: 0;
	position: absolute;
	}
	
#ecoute {
	z-index: 999;
	position: absolute;
	width: 200px;
	text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	left: 300px;
	margin-left: -100px;
	top: 300px;
	opacity: .2;
	text-shadow: black 1px 0px 10px;
}

#ecoute:hover {
	opacity: 1;
	text-shadow: black 1px 0px 20px;
}

a {
	color: white;
}
