/* CSS style document for main secretsales.com website */
/* Piotr Nierobisz - neonm3@gmail.com */
/*------------------------------------------------------------------------------------*/
/* main content - terms */

	#panel_main_content {
	  position: relative;	
	  background: url(//secretsales.com/_images/v1/terms/terms_bkg.png) no-repeat;
	  padding-bottom: 20px;
	  width: 965px;	  
	  height: 7150px;
	  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: #767676;
 text-align: left;
}

p {
 margin: 10px 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial;
 font-weight: normal;
 font-size: 13px;
 color: #767676;
}


	 #floating_shape {
	   position: absolute;
	   background: url(//secretsales.com/_images/v1/terms/terms_smoke.jpg) no-repeat;
	   left: 742px;
	   top: 0px;
	   width: 222px;
	   height: 800px;
	 }
 

	 #terms_main_page_title {
	   position: relative;
	   left: 34px;
	   width: 720px;
	   height: 300px;
	   top: 60px;
	   float:left;
	   text-align: left;
	 }
	
		


