/* @override http://localhost/Workspaces/Flex/ESPN%20Radio/bin-debug/style/style.css */

*
{
	margin: 0px auto;
	padding: 0px;
}

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

body
{
	overflow: hidden;
	background: #858075;
	/*background: #858075 url(../images/background.jpg) repeat fixed 50% 50%;*/
}

#shim
{
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -297px;                                                              
	float: left;
}

#player
{
	width: 996px;
	height: 592px;
	clear: both;
	position: relative;
	top: -283;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}

#player_app
{
	display: block;
	position: relative;
	z-index: 1;
}

#bigbox
{
	left: 325px;
	top: -415px;
	width: 300px;
	height:250px;
	/*background-color:#000000;*/
	/*display:block;*/
	z-index: 1000;
	position: relative;
}

#bigbox iframe
{
	display:none;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 250px;
}

#sponsorBanner
{
	left: 325px;
	top: -770px;
	width: 298px;
	height: 50px;
	/*background-color:#000000;
	display:block;*/
	z-index: 1200;
	position: relative;
}
#sponsorBanner iframe
{
	display:none;
	margin: 0;
	padding: 0;
	width: 298px;
	height: 50px;
}

#topBanner
{
	left: -50px;
	top: -825px;
	width: 480px;
	height: 50px;
	/*background-color:#000000;
	display:block;*/
	z-index: 1100;
	position: relative;
}
#topBanner iframe
{
	display:none;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 50px;
}