@charset "UTF-8";

body { background-color:#231F20
}

#wrapper {
	position:relative;
	margin:0 auto;
width:1280px; 
height:1400px;
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 {
	position: relative;
	width:1240px;
	height:650px;
	background-image:url(../gra310/Screen%20Shot%202016-07-28%20at%205.43.35%20PM.png);
	background-position:center;
	background-repeat:no-repeat;
	left:20px;
	top:164px;
	background-color: #231F20;
	}
	#photo1 {
	position: relative;
	width:1000px;
	height:500px;
	background-image:url(../bar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	left:125px;
	top:200px;
	background-color: #231F20;
	}