		
 body {
   background: #000;
   margin: 0;
}

	  
 #outer {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1px;
}

 #inner {
   position: absolute;
   margin-left: -250px;
   top: -150px;
   left: 50%;
   width: 700px;
   height: 300px
} 								  


 .sexy-pic {
   margin-top: 110px;
   margin-left: -100px;
}


 .titleblock {
   background: #4f2254;
   margin: 10px 1px 10px 3px;
   padding: 5px;
   font-size: 12px;
   font-family: verdana, helvetica, sans-serif;
   color: #fff;
}


 div#content {
   background: transparent;
   position: absolute;
   margin: 0;
   top: -115px;
   left: -97px;
   width: 636px;
   height: 475px;
   padding: 22px;
   border: 4px double #6b2e73;
   overflow: auto;
   font-size: 13px;
   font-family: verdana, helvetica, sans-serif;
   color: #fff;
   text-align: justify;
}


 div#inner a:link, div#inner a:visited {
   color: #b880ba;
}

 div#inner a:hover {
   cursor: pointer;
}

 div#inner a {
   text-decoration: none;
}

 div#inner a:hover {
   text-decoration: underline;
}			 


 .h1 {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 17px;
   color: #efefef;
}


 img {
   border: 0;
}

 img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}