#main {
	position: absolute; 
	width: 100%;
	height: 100%;
}
#mainframe {
	position: absolute;
	vertical-align: middle;
	width: 676px;
	height: 540px;
	background-color: #FFFFFF;
}
#logo {
	position: relative; 
	left:10px; 
	top:30px; 
	right:30px;
	background-image: url("http://www.devonshire-inn.com/images/logo.jpg");
	background-repeat: no-repeat;
	width: 280px;
	height: 88px;
	width: 280px;
	height: 88px;
}
#photo {
	position: absolute; 
	left:30px; 
	top:19px; 
	right:30px;
	width: 671px;
	height: 536px;
}
