body{
	background-color:#222;
	padding:0 0 0.5em 0;
	margin:0 0 0 0;
	font-family:sans-serif;
}
a img{
	border:1px solid white;
}
a:hover img{
	border:1px solid #a11;
}
div.thumbs table{
	width:100%;
}
div.thumbs td{
	vertical-align:middle;
	text-align:center;
	padding:15px;
}
div.folders{
	font-family:sans-serif;
	text-align:center;
}
div.folders a{
	text-decoration:none;
	color:#ddd;
}
div.folders a:hover{
	color:#a11;
}
div.top{
	height:80px;
	width:100%;
	background-image:url(images/fadeback.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.title{
	position:relative;
	bottom:5px;
	text-align:center;
	font-size:60px;
	color:#49e;
	font-family:"Century Gothic","Century Gothic Regular","URW Gothic L",Arial,Helvetica,Sans-Serif;
}
div.footer,div.also{
	color:#555;
	text-align:center;
	font-size:x-small;
}
div.footer a, div.footer a:visited,
div.also a, div.also a:visited
{
	text-decoration:none;
	color:#49e;
}
div.footer a:hover,
div.also a:hover{
	color:#ffc;
}

img#theimg{
	cursor:pointer;
}
div#scroller img{
	cursor:crosshair;
}
