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

body, #container {
	height: 100%;
}
#gallery {
	float: right;
	margin-top: -20px;
	margin-right: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	letter-spacing: 0.2em;
}
#myGallery {
	width: 650px;
	height: 338px;
}
#footer-wrapper {
	position: absolute;
	bottom: 0;
}

