@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;
}

#apps{
	font-size:15px;
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	width:540px;
	height:613px;
	background-color:#231F20;
	left:20px;
	top:164px;
	
	}

#salads{
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:15px;
	width:300px;
	height:675px;
	background-color:#231F20;
	right:20px;
	top:800px;
	
	}

#seafood{
	text-align:center;
	position:absolute;
	color:#8A8C8F;
	font-family:alice;
	font-size:11px;
	width:200px;
	height:675px;
	background-color:#231F20;
	left:20px;
	top:800px;
	}
	#photo{
	position:absolute;
	color:#8A8C8F;
	width:700px;
	height:675px;
	background-color:#231F20;
	left:240px;
	top:800px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../wonton.jpg);
	}
	#photo1{
	position:absolute;
	color:#8A8C8F;
	width:670px;
	height:613px;
	background-color:#231F20;
	background-image:url(../kungpaoshrimp-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	right:20px;
	top:164px;
	}