@CHARSET "ISO-8859-1";

body {
	margin:				0px;
	border:				0px;
	height:				100%;
	overflow-x:			hidden;
	overflow-y:			hidden;
}

.topframe {
	position:			absolute;
	top:				0px; 
	bottom:				30px;
	width:				100%;
	height:				expression( ( -30 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
}

.bottom-bar {
	position:			absolute;
	left:				50%;
	margin-left:		-477px;
	bottom:				0px;
	height:				30px;
	width:				938px;
	background-image:	url(../images/background.vertical.jpg);
}

#player {
	position:			absolute;
	right:				34px;
	bottom:				-14px;			
	#margin-bottom:			12px;
}
