.PhotoBox {
	clear: both;
	float: left;
}
#box {
	position:absolute;
	left:0px;
	top:100px;
	width:750px;
	height:750px;
	background-color:#f00;
	border:1em solid white;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}
