@charset "UTF-8";

body {
	font-size:10px;
	color:#FFF;
	background-color: #999;
}
#center {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#absolute {
	position: absolute;
	top: 25px;
	width: 1024px;
}
#right {
	width: 1024px;
	text-align:center;
	background-color:#000;
	margin-top: 5px;
	padding:5px 0;
}
#headphones {
	position: absolute;
	top: 765px;
	left: 260px;
	z-index: 100;
}
