* {
	font-family:Calibri;
	font-size:20px;
}

body{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#wrapper{
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

header{
	width:1000px;
	height:219px;
	position:fixed;
}

div#container{
	position:fixed;
	top:219px;
	bottom:0px;
	width:1000px;
	padding-top:20px;
	padding-bottom:20px;
	bottom:30px;
	overflow-y:auto;
	scrollbar-color: #999999 #dddddd;
	scrollbar-width: thin;
}

div#footer{
	width:1000px;
	height:30px;
	bottom:0px;
	position:fixed;
}

table {
	width:100%;
	position:relative;
}

table.index tr td {
	text-align:center;
}

div#captioned-gallery {
	display:inline-block;
	box-shadow: 0px 0px 20px black;
}
