@charset "utf-8";
/* CSS Document */


body{
	background:url(../images/bg-pattern/p1.png);
}

#wrapper{
	background:#fff;
	width:1040px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sticky-1,.sticky-2{
	position:inherit;
	margin:0;
	padding:0;
}



/* -------------------------------------------------- 
	design for 480px
/* -------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	 #wrapper{
		 width:100%;
	 }
}


/* -------------------------------------------------- 
	design for 320px
/* -------------------------------------------------- */
@media only screen and (max-width: 479px) {
     #wrapper{
		 width:100%;
	 }
}
