body
{
	margin: 0;
	background-color: #000000;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#nav
{
	position: absolute;
	top: -100px;
	left: 16%;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#nav div
{
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

#overview
{
	position: relative;
	top: 200px;
}

#overview tr td
{
	vertical-align: top;
}

#overview tr td div
{
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 90%;
	vertical-align: top;
}

#overview tr td img
{
	width: 100%;
	border: 1px solid #333333;
	cursor: pointer;
	float: left;
}

#bigimg
{
	display: none;
	overflow: hidden;
}

#bigimg img
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#info
{
	display: none;
	width: 800px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding: 20px;
	line-height: 150%;
}

#info div
{
	position: relative;
	width: 100%;
	text-align: justify;
}

a
{
	color: #ffffff;
}

hr
{
	background-color: #cccccc;
	height: 1px;
	border: 0;
	margin: 15px 0 15px 0;
}
