@import url("font.css");
@import url("header.css");
@import url("lang.css");
@import url("index_below.css");
@import url("footer.css");
@import url("section.css");
@import url("slogan.css");
@import url("product.css");
@import url("promotions.css");
@import url("animatescroll.css");

body {
	width: auto;
	margin: auto;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;	
	background-size:cover;
	overflow-x:hidden;
}

