html{overflow-y:scroll;}

body{
	color:#000000;
	background-color:#647773;
	margin:0px auto;
	text-align: justify;
}

div {width:100%;}
img {
	border:0;
	max-width: 100%;
}

#container{
	width:1182px;
	margin:auto;
	text-align: justify;
}

#header{
	height:170px;
	width:1182px;
	background-image:url('../images/header.jpg');
	text-align:right;	
}
#content {
	background-image:url('../images/body.jpg');
	height:402px;
	width:1182px;
	
}
#content_text {
	width: 600px;
	text-align: justify;
	font-family: Arial;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 20px;
}
#content_about_us{
	background-image:url('../images/body-aboutus.jpg');
	height:402px;
	width:1182px;
}
#content_text_about_us{
	padding-top: 30px;
	padding-right: 20px;
	line-height: 25px;
	width:600px;
	text-align: justify;
	font-family: Arial;
	font-size: 16px;
	float:right;
	
}
#content_key_ingredints{
	background-image:url('../images/body-key_ingredints.jpg');
	height:402px;
	width:1182px;
}
#content_text_key_ingredints{
	padding-top: 30px;
	padding-left: 20px;
	line-height: 20px;
	width:750px;
	text-align: justify;
	font-family: Arial;
	font-size: 16px;
	float:left;
}
#content_contactus{
	background-image:url('../images/body-contactus.jpg');
	height:402px;
	width:1182px;
	position:relative;
}
#content_text_contactus_google_map{
	padding-top: 18px;
	width:800px;
	float:left;
}
#content_text_contactus{
	padding-top: 120px;
	padding-left: 20px;
	width:362px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	float:right;
	
}
#menu {
	width:1182px;
	height: 119px;
	text-align: left;
	background-color:#FF0000;
}
#footer{
	width:1182px;
	height: 67px;
	background-image:url('../images/footer.jpg');
	background-color:#FFA500;
	clear:both;
	text-align:center;
}
