/*html {
	min-width: 1024px;
	min-height: 720px;
}*/
#wrapper {
	background-repeat: repeat;
	position: absolute;
	z-index: -999;
	min-height: 100%;
	min-width: 100%;
}
#navbar {
	background-color: #222028;
	position: fixed;
	height: 100%;
	width: 265px;
	z-index: 998;
	text-align: center;
}
#logo {
	padding-top: 50px;
	padding-left: 50px;
	text-align: left;
}
#links {
	padding-left: 65px;
	padding-top: 30px;
	height: auto;
	padding-bottom: 80px;
	text-align: left;
}
.currentpage {
	margin-left: -10px;
}
#navfoot {
	width: 265px;
	background-color: #222028;
	text-align: center;
	top: 87%;
	position: absolute;
	z-index: 999;
}
#frame {
	background-image: url(../images/bio-peephole.png);
	height: 634px;
	width: 637px;
	position: absolute;
	z-index: 0;
	margin-left: 300px;
	background-repeat: no-repeat;
	left: 10%;
	top: 10%;
	text-align: center;
}
#frametxt {
	padding-top: 95px;
	padding-right: 110px;
	padding-bottom: 100px;
	padding-left: 110px;
	text-align: center;
}
#gallery {
	left: 400px;
	top: 50px;
	position: absolute;
	z-index: 0;
}
#shadow {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: -800;
}
#contact {
	background-image: url(../images/contact-peephole.png);
	height: 327px;
	width: 329px;
	left: 40%;
	top: 30%;
	position: absolute;
	z-index: 0;
	text-align: center;
	background-repeat: no-repeat;
}
#contacttxt {
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
#statement {
	position: relative;
	z-index: 0;
	background-color: #222028;
	height: auto;
	width: 450px;
	margin-left: 300px;
	left: 10%;
	top: 10%;
	border: thick inset #CCC;
	margin-bottom: 75px;
	margin-top: 50px;
}
#statementtxt {
	width: 385px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
