body{
background-image:url('./assets/images/abg.jpg') ;
background-position: top center;
margin-top: 0px;
background-color: rgb(0,0,0);
}

#div_cat {
   
 background-color: rgb(255,255,255);
}

#div_header{
height:125px;
width:1000px; 
}
 
#div_content {
 margin-top: 0px;
 width:1000px; 
} 

#div_content_product {
 margin-top: 0px;
 width:1000px; 
 background-color: rgb(255,255,255);
} 


#div_footer{
  width:1000px; 
}  

#new_line {
clear:both;
}	


#ga{

margin-top: 0px;
background-color: rgb(235,235,235);
}


#wrapper {
	position: relative;
	width: 1000px;
	height: 710px;
	overflow: hidden;

	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller {
	position: absolute;

	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}