/* 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/links/bckg_partners.png) no-repeat;
	  width: 965px;
	  height:1200px;
	  z-index: 2;	 
	  
	 }


/*---------------------------------------------------------------------------------------------------------------------*/	
/* main content panel */
/*---------------------------------------------------------------------------------------------------------------------*/		

h1 {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bolder;
 font-size: 20px;
 color: #666666;
}

h2 {
 margin: 5px 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 17px;
 color: #FF00FF;
}


	 #floating_shape {
	   position: relative;
	   background: url(//secretsales.com/_images/v1/suppliers/suppliers_smoke.jpg) no-repeat;
	   left: 680px;
	   top: 0px;
	   width: 284px;
	   height: 560px;
	 }
 
 
	 #about_page_title {
	   position: absolute;
       left: 34px;
	   top: 60px;	   
	   width: 740px;
	   height: 60px;
	}


	#about_image {
	 position: absolute;
	 left: 36px;
	 top: 137px;
     width: 314px;
     height: 248px;
	}
	
	#about_content {
	  position: absolute;
	  top: 100px;
	  left: 34px;
	 	height: 650px; 
   	  width: 685px;		
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #666666;  
	}


