html {
	height: 100%;
}
body {
	background-color: #111113;
	background-image: url('BlackBack2.gif');
	margin: 0;
	padding-top: 65px;
	text-align: center;
	height: 100%;
}

#gallerypage {
	width: 980px;	
	margin: auto;
}

#gallery {
	width: 100%;
}

#gallery td {
	padding: 20px;
	vertical-align: middle;
	align: center;
}

#gallery img {
	border: 1px solid #1C1C1C;
}

#page { 
	height: 100%;
	width: 100%;
}

#page.td {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	align: center;
}

#photo {
	border: 10px solid #000;
	border-bottom-width: 30px;
}

#title {
	color: #ECECEC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -21px;
	_top: -25px;
}

#footer {
	color: #333;
	margin-top: 0px;
	_margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

img.stat {
	width: 1px;
	height: 1px;
}


a, a:visited, a:link {
	color: #555;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

