@charset "utf-8";
/* CSS Document */

#diner { 
  background: url("../Images/diner/papyrus.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#topNav {
	width: 100%;
	height:50px;
	background-color: #111;
	margin:0px;
	padding:0px;
	overflow:visible;
	max-width:100%;
	display:inline-block;
	float:left;
}

#dinerwrapper {
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	position: absolute;		
}

/*
#hosttextbox {
	width: 70%; 
	height: auto; 
	margin-left: 15%;
	position: relative;
}

#reas {
	width: 50%; 
	height: auto; 
	margin-left: 25%; 
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 900px) {
	
#hosttextbox {
	width: 90%;
	height: auto;
	margin-left: 5%;
	position: relative;
}
	
#reas {
	width: 70%; 
	height: auto; 
	margin-left: 15%; 
	margin-bottom: 20px;
	position: relative;
}
	
}
*/
