@charset "utf-8";
@import "all.css";
@import "news.css";

#container {
	position:relative;
	width: 780px;
	height: 550px;
	margin: 20px auto 0;
	padding:0;
}

#header {
	position:absolute;
	top:0; left:0;
	z-index: 50;
	width: 414px;
	height: 60px;
	background:url(../images/top_hdr.gif) top left no-repeat;
}

#mp3player {
	display:none;
	position:absolute;
	top:0; left:0;
}