@CHARSET "UTF-8";

@import url("reset.css");

html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	margin: 				0;
	padding:				0;
	font-family:			Arial;
	color:					#ffffff;
}

div#player
{
	width:					1000px;
	margin:					0 auto;
}

div#top
{
	position: 				absolute;
	top:					0;
	left:					0;
	width:					100%;
	background:				url('../images/top_bg.jpg') repeat-x;
	height:					41px;
	display:				block;
}

