body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	color: #FFFFFF;
}

a
{
	color: #d7d7d7;
}

#container
{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	height: 0px;
}

#body
{
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	padding-left: 78px;
	padding-right: 78px;
	text-align: center;
}

#largeThumb
{
	position: relative;
	border: 2px solid #d7d7d7;
	top: 0;
	z-index: 2;
}

#miscContent
{
	height: 0px;
}

.title
{
	margin-left: auto;
	margin-right: auto;
}

#full
{
	position: absolute;
	top: 0;
	width: 506px;
	left: 0;
	z-index: 20;
	height: 0px;
	border-right: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	visibility: hidden;
}

#full img
{
	border-bottom: 2px solid #d7d7d7;
	border-top: 2px solid #d7d7d7;
}

#thumbs
{
	z-index: 1;
}

#thumbs img
{
	float: left;
	border: 2px solid #d7d7d7;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 15px;
}

#hack
{
	display: block;
}

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 157px;
	clear: both;
}

#fullView
{
	position: absolute;
	z-index: 4;
	float: left;
	left: -20px;
	top: 55px;
}

#noscript
{
	position: absolute;
	float: left;
}

p
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

table td
{
	text-align: left;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

img
{
	border: 0;
}