#parent-box{
	position:relative;
	width:880px;
	margin:auto;	
	border-style: none;
	background-color: white;
}
#img-box{
	float: left;
	border-style: none;
}
#diamond{
	width:450px; 
	height:450px; 
}
#content-pop{
	float:left;
	margin-left:10px;
	width:400px;
	height:650px;
	border-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	background-color: white;
}

#footer {
  font-size: 70%;
  width:400px;

}
#toprect{
	width:100px;
	height:45px;
	position: relative;
	left: 180px;
	top: -380px;
	opacity:0.1;
	background-color: #000000;
	pointer-events:none;
}
#bottomrect{
	width:103px;
	height:60px;
	position: relative;
	left: 178px;
	top: -162px;
	opacity:0.1;
	background-color: #000000;
	pointer-events:none;
}
