body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Verdana;
	color:#ffffff;
}


.show {visibility: visible;}
.hide {visibility: hidden; display:none;}

.thumbnail{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.thumbnail:hover {
	opacity:1;
	filter:alpha(opacity=100);
	height:200px;
}

.picture{
	padding: 3px;
	border: #ffffff 2px solid;
	display: inline-block;
	background-color: #ffffff;
	position: absolute;
	top: 25px;
	left: inherit;
	z-index: 4;
}

.tableCell{
	border : #ffffff 2px solid;
	padding: 4px;
}

#menu{
	position: relative;
	float: right;
	padding-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

#menu <a>

#logo {
	padding-left: 10px;
	padding-top: 10px;
}

