@charset "utf-8";
/* CSS Document */

/*Page layout*/
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto -33px;
	/*for IE*/
	height: 100%;
	height: auto !important;
/*	overflow: auto;*/
}
#masthead {
	width: 960px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	display: block;
/*	overflow: auto;*/
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4em;
	padding-right: 2em;
	padding-left: 2em;
/*	overflow: auto;*/
}
#gallery #kb_gallery {
	width: 576px;
	margin-right: auto;
	margin-left: auto;
	border: 20px solid #000;
	height: 432px;
}
.pushfooter {
	height: 100px;
	clear: both;
}
#footer {
	height: 33px;
	position: relative;
/*	overflow: auto;*/
}
#footer_bar {
	display: block;
	width: 960px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
}

/*End of layout*/
