html, body {
	margin:0; padding:0;
	height:100%;
	background: #000000 url(images/allaprima_bg.jpg) no-repeat bottom right;
}

#digitalLive {
	padding:5px;
	min-width: 600px;
	min-height: 400px;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	 width:640px;height:360px;
	margin:0 auto;
	padding: 10px;
	background:#fff;
}
 
#content {
	position:absolute; left:0; right:0; top:0; bottom:0;
}

#flashContent { width:720px; }