/* CSS style document for main secretsales.com website */
/* Piotr Nierobisz - neonm3@gmail.com */
/*------------------------------------------------------------------------------------*/
/* main content - faq */

	#panel_main_content {
	  position: relative;	
      background: url(//secretsales.com/_images/v1/bckg_affilates.png) no-repeat;
	  width: 965px;
	  height: 910px;	  
	  z-index: 2;	 
	  overflow:hidden;
	 }


/*---------------------------------------------------------------------------------------------------------------------*/	
/* main content panel */
/*---------------------------------------------------------------------------------------------------------------------*/		

h1 {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial;
 font-weight: bolder;
 font-size: 20px;
 color: #666666;
}

h2 {
 margin: 5px 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial;
 font-weight: bold;
 font-size: 17px;
 color: #FF00FF;
}


	 #floating_shape {
	   position: absolute;
	   background: url(//secretsales.com/_images/v1/affilates/affiliates_smoke.jpg) no-repeat;
	   left: 730px;
	   top: 0px;
	   width: 234px;
	   height: 800px;
	 }
 
 
	 #about_page_title {
	   position: absolute;
       left: 34px;
	   top: 60px;	   
	   width: 540px;
	   height: 30px;
	}


	#about_image {
	 position: absolute;
	 left: 36px;
	 top: 100px;
     width: 314px;
     height: 248px;
	}
	
	#about_content {
	  position: absolute;
	  top: 100px;
	  left: 34px;
	  height: 367px;
   	  width: 685px;		
	  font-family: Verdana, Arial;
	  font-size: 13px;
	  color: #666666;  
	}
	
	#about_content a {
	 color: #FF00FF;
	 text-decoration: none;
	}	

	#about_content a:hover {
   	 text-decoration: underline;
	} 	



