@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;
	right:10px;
	top:60px;
}

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

#lu {
	display:inline;
	float:left;
}

#sushi{
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:32px;
	width:550px;
	height:613px;
	background-color:#231F20;
	left:60px;
	top:200px;
	
	}

#dinner{
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:36px;
	width:550px;
	height:300px;
	background-color:#231F20;
	left:60px;
	top:850px;
	}
#photo {
	position:absolute;
	color:#8A8C8F;
	width:1100px;
	height:300px;
	background-color:#231F20;
	left:90px;
	bottom:20px;
	background-image:url(../banner-groll.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	#photo1 {
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:36px;
	width:300px;
	height:300px;
	background-color:#231F20;
	right:180px;
	top:850px;
	background-image:url(../sushi1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	#photo2{
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:32px;
	width:550px;
	height:500px;
	background-color:#231F20;
	right:60px;
	top:200px;
	background-image:url(../sushi2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	}