/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

body
{
  background-color: #000000;
  height: 100%;
}

#content {
	min-height: 100%;
	height: 100%;
	margin: 80px auto -80px;
	text-align: center;
	vertical-align: middle;
}

#header, #footer
{
	background: #666666;
	left: 0px;
	height: 30px;
	padding: 10px;
	position: fixed;
	vertical-align: middle;
	width: 100%;
}
#header
{
	font-size: x-large;
	top: 0px;
}
div.extraSpace
{
	height: 80px;
}
#footer
{
	bottom: 0px;
	font-size: small;
	text-align: center;
}

#gallery a img
{
	border: solid 1px #ffffff;
	margin: 10px;
	padding: 10px;
}

img.largeThumb {
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 10px;
}