@charset "UTF-8";

body { background-color:#231F20
}

#wrapper {
	position:relative;
	margin:0 auto;
width:1280px; 
height:1500px;
background-color:#BF212F;

	}
#nav {
	font-family:alice;
	font-size:10px;
	position:absolute;
	width:650px;
	height:45px;
	background-color: #231F20;
	left:580px;
	top:60px;
}

#logo {
	position: absolute;
	width:550px;
	height:124px;
	background-image:url(logo1.2.png);
	left:10px;
	top:20px;
}

#lu {
	display:inline;
	float:left;
}
#photo{
	text-align: center;
	position: absolute;
	color: #8A8C8F;
	font-family: alice;
	font-size: 32px;
	width: 1200px;
	height: 1300px;
	background-color: #231F20;
	background-image: url(../restaurant.jpg);
	background-repeat: no-repeat;
	background-position: center;
	left: 40px;
	top: 178px;
