html,body {
	background-color:#000;
	color:#fff;
	margin:0;
	padding:0;
}

#streamerContainer {
	width:620px;
	height:380px;
	background-color:#666;
	overflow:hidden;
	position:relative;
}

#streamerContainer #streamerHeader {
	position:relative;
	width:620px;
	height:80px;
	overflow:hidden;
	background:url(images/streamerHeader.jpg) no-repeat;
}

#streamerContainer #streamerHeader #topAd {
	position:absolute;
	top:12px;
	right:20px;
	width:468px;
	height:60px;
	overflow:hidden;
}

#streamerContainer #streamerPlayer {
	position:absolute;
	bottom:4px;
	left:10px;
	z-index:0;
}

#streamerContainer #bigBox {
	width:300px;
	height:250px;
	position:absolute;
	bottom:30px;
	right:14px;
}