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


body {
	background-image: url(images/tapestry.jpg);
}
#gallery {
	display: block;
	width: 750px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-left: 45px;
}
#frame {
	background-image: url(images/map.jpg);
	height: 600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 25px;
}
