/* Remove browser layout defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
html,body { height: 100%;}		
body {
	margin: 0; padding:0;
	background: #249EDD;
	overflow: hidden;
	text-align: center;
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #0F425D;
}
#container {
	position: relative;
	width: 800px;
	height: 450px;
	text-align: left;
	margin: 0 auto;
	background: url(listenlive-bg.gif) no-repeat top center;
	overflow:hidden;
}
#leaderboard {
	height: 90px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#live {
	position:absolute;
	left:205px;
	top:40px;
	width: 550px;
	height: 300px;
}
#np {
	position:absolute; 
	top: 105px;
	left: -15px;
	float:left;
	width: 270px;
	height: 170px;
}

#ovp {
	position:absolute;
	top: 190px;
	left:5px;
	float:left;
	width: 225px;
	height: 35px;
}
#bigbox_companion {
	position:absolute; 
	top: 65px;
	right: -25px;
	float:right;
	width: 300px;
	height: 250px;
}

#buttons {
	width: 420px;
	float: left;
	margin: 0 15px;
}
#footer {
	position:absolute; 
	top: 350px;
	left: 35px;
	float:bottom;
	width: 500px;
	height: 20px;
	font-size:0.60em
}