body 
{
	width: 100%;
	margin: 20px;
	background-color: black;
	font-family: 'Helvetica', 'Verdana', 'Arial';
	font-size: 12px;
	color: white;
	text-align: center;
	cursor:pointer;
	overflow: hidden;
}

img
{
	border: 0;
}

div
{
	display: block;
	text-align: left;
}

a
{
	color: white;
}


div#bg
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width:100%;
	height:100%;
	overflow:hidden;
}


img#bgimage0 {
	width: 100%;
	position: absolute;
}
img#bgimage1 {
	width: 100%;
	position: absolute;
}

div#title_div
{
	padding-bottom: 10px;
	width: 150px;
}

div#links_div
{
	padding-bottom: 20px;
}

div#about_div, div#contact_div
{
	width: 800px;
	display: none;
}


table.thumbs_table td.thumb_td
{
	padding: 0 20px 10px 0;
	text-align: center;
}

img.thumb_img
{
	border: 0px;
	margin-bottom: 2px;
}

.thumb_name
{
	visibility: hidden;
}


div#progress
{
	display: none;
	position: absolute;
}
