body{
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
	height: 50px;
	background: #000;
	border-bottom: 1px solid #0009;
}
.header img{
	width: 40px;
	border-radius: 50%;
	margin-top: 5px;
	margin-left: 5px;
}
.slider img{
	width: 100%;
	margin-bottom: 0PX;
}
.over{
	width: 100%;
	height: 1500px;
	background: #0009;
}
.food{
	height: 1500px;
	width: 100%;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: 200%;
	background-attachment: fixed;
	margin-top: 0px;

}
.food .cat{
	width: 100%;
	height: 80px;
	

}
.food .cat .box{
	margin-top: 0px;
	padding: 5px 10px;
	background: #E3AAD7;
	margin: 10px;
	float: left;
	border-radius: 4px;

}
.names{
	padding: 0px;
}
.names .box{
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
.names li{
	color: #fff;
	list-style: none;
	margin-left: 20px;
}
.names .name{
	font-size: 20px;
	font-family: 'verdana';
	margin-bottom: 7px;
}
.names .price{
	font-size: 15px;
	font-family: 'verdana';
	margin-bottom: 7px;
}