@charset "utf-8";
.main {
	clear: both;
	height: 100%;
	width: 100%;
}
body {
	color: #999999;
	background-color: #000000;
}
#stylo {
	top: 20px;
	right: 50%;
}
#intro {
	height: 620px;
	width: 1000px;
	left: 50%;
	top: 20px;
	position: absolute;
	margin-left: -500px;
	z-index: 0;
}
#player {
	height: 343px;
	width: 608px;
	left: 50%;
	top: 235px;
	margin-left: -304px;
	position: absolute;
	z-index: 100;
}
