@import url("font.css");
@import url("sidebar.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("accordion.css");
body {
	width: auto;
	margin: auto;
	line-height: 20px;	
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color:#fa8600;
		background-image:url(bg.jpg);
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 
background: #f2f5f6;
background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); 
background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); 
background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );  */
	
}

.gambar1{
	width: 52%;
	position: relative;
	margin-left: 447px;
	margin-top: -211px;
}




@media only screen and (max-width: 850px){
	
.gambar1{
	width: 85%;
	position: relative;
	margin-left: 105px;
	margin-top: -150px;
	margin-bottom: -23px;
}	
	
	
	
	
	
}
@media only screen and (max-width: 850px){
	.column{
		display: block;
    width: auto
	}
}

.center{
		text-align:center;
	}
.right{
	text-align:right;
}
