#text
{
  font-family:Arial, Helvetica, sans-serif;
  background-color: rgba(0,0,70,0.7);
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: -90px;
  width: 540px;
  height: 420px;
  z-index: 1;
  text-align: justify;
  color: white;
  font-size: 13px;
  
  moz-border-radius: 5px;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
}

#text p
{
	margin: 10px 10px 5px 10px;
}

#text p span
{
	font-size: 120%;
	font-weight: bold;
}

#photos
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,70,0.7);
   position: absolute;
   top: 430px;
   right: 50%;
   margin-right: 100px;
   width: 350px;
   height: 420px;
   z-index: 1;
   
   moz-border-radius: 5px ;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
  

}

#photos img
{
	z-index:100;
	width: 100%;
	height: 100%;
	position:absolute;
}

#here
{
	border: white solid 1px;
	height: 80px;
	margin: 10px;
	
	moz-border-radius: 5px ;
	webkit-border-radius: 5px;
	o-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:0px 0px 12px #fff inset;
	-webkit-box-shadow:0px 0px 12px #fff inset;
	box-shadow:0px 0px 12px #fff inset;
}

#here p
{
	
	color: white;
	font-size: 24px;
	text-align:center;
	padding:5px;
}

iframe
{
    height:360px;
	width: 350px;
	border:none;
}

#footer
{
	top: 860px;
}

