html {
	height: 100%;
}

body {
	margin: 0 auto;
	width: 802px;
	position: relative;
  height: 100%;
}

#main {
  padding-bottom: 160px;
}

#minHeight {
	display: block !important;
	float: left;
	width: 1px;
	height: 100%;
}

#header {
  height: 167px;
}

#footerWrapper {
	height: 0px;
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 802px;
	padding-bottom: 160px;
}

#footer {
	width: 802px;
	height: 150px;
	position: absolute;
  padding: 10px 0 0 0;
	bottom: 0px !important;
}

#main {
  padding: 0 15px 10px;
}

div.gallery a {
  display: block;
  float: left;
  margin: 10px 25px;
  -moz-box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow: 0px 0px 4px #999;
}

