@font-face{ 
  font-family: 'Organo'; 

  /*src: url('../fonts/Organo.ttf');*/
  src: url('../fonts/KaushanScript-Regular.otf'); 
  font-weight: 300;
}
.mytext{
  font-family: Organo;
  font-size:24px;
}
.small,.small a:link{
  font-family: Organo;
  font-size:12px;
  color:#898989;
  
}
.footer{
  position: relative;
  top: 80px;
  width: 780px;
  text-align:right;
}
body{
  background-attachment: fixed;
  background-clip: border-box;
  background-color: #eeeeee;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: scroll;
}
#pageWrapper{
  position: relative;
  top: 50px;
  width: 800px;
  min-height: 500px;
  border:1px solid #000;
  margin: 0 auto; 
  background-color: #ffffff;
  background: url(../img/ariellas051_800.jpg) no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 10px 10px 5px #888888;
}
#spacer {
  height:700px;
  overflow:hidden;
  background:#DAEE9B;
  z-index:0;
}  
.main_info{
  position:relative;
  top:300px;
  width:100%;
  color: black;
  font-family: Organo;
  font-size: 24px;
  text-align:center;
  vertical-align:middle;
}
