#container {
	background-image: none;
	background-color: #fed;
	color: inherit;
}
#main {
	background: transparent url(../graphics/bgMainGallery.jpg) top left no-repeat;
	color: inherit;
}
#returnLink {
	float: right;
	padding: 15px 50px 0px;
}
#returnLink p {
	margin: 0px;
	padding: 0px;
}
#returnLink a {
	text-decoration: none;
}
#returnLink a:hover {
	text-decoration: underline;
}
#galleryContent {
	background-color: #fed;
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 760px;
}
#galleryContent h2 {
	margin: 15px 0px 20px;
}
#footer {
	background: #600 url(../graphics/bgFooterGallery.jpg) top left no-repeat;
	color: #fff;
}