#iefixcenter {
	z-index: 2; 
	text-align: center; 
	height: 100%;
}

#whitePageHolder {z-index:3; background-color:white; margin:auto; text-align:center; height: 600px; width:800px; border-left: black 2px solid; border-right:black 2px solid; border-bottom:black 2px solid}
#headerGraphic {z-index:4; height:203px; width:800px; background-color: white; text-align:left;}
#titular {z-index:4; font: 14pt "arial", sans-serif;}
#content {z-index:4;  background-color:white; width:800px;}

.leftFloat {z-index: 5; filter: alpha(opacity=75); opacity: 0.75; clear: left; float:left; position:relative; margin-right:-20px; left:-30px; width:150px; height:150px; background-color:white; border:black 2px dashed}
.rightFloat {z-index: 5; filter: alpha(opacity=75); opacity: 0.75; clear: right; float:right; position:relative; margin-left:-30px; right:-30px; width:150px; height:150px; background-color:white; border:black 2px dashed}

