div#brandContainer {
	position:relative;
	background:transparent;
	height:375px;
	width:730px;
	margin-left:10px;
}
div#brandLeft {
	position:absolute;
	display:inline;
	top:20px;
	left:30px;
	width:296px;
	height:325px;
}
div#brandRight{
	position:absolute;
	display:inline;
	top:20px;
	left:405px;
	width:296px;
	height:325px;
}
div.blocked {
	background:#000 URL(/earth/pizzza/no.png) no-repeat center center;
	position:absolute;
	margin:0;
	padding:0;
	width: 296px;
	height:325px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	z-index:2;
}