/* CSS Document */

body {
	margin: 	0px;
	font-family: Georgia;
	font-size: 	.75em;
/*	overflow: 	hidden;
*/
	background-color: black;
}

a {
	color:		white;
}

#lbCaption a {
	color:		gray;
}

input, select {
	vertical-align: middle;
}

div#mach {
	position: 	absolute;
	top:		0px;
	left:		0px;
	width:		100%;
	height:		100%;

	background-image: url('/press.png');
	background-position: left top;
	background-repeat: no-repeat;
}

div#mach form {
	position: 	absolute;
	top:		343px;
	left:		379px;
	width:		227px;

	text-align: center;
	color: 		#999999;
}

div#show {
	overflow: 	auto;
	margin: 	10px 200px 0px 10px;	
	color:		white;
	background-color: black;
	text-align: center;
}

img.thumbnail {
	border: 2px black solid;
}

div#side {
	position: 	absolute;
	z-index: 	3;
	width:		180px;
	height:		100%;
	top:		0px;
	right:		0px;
	padding-left: 25px;
	
	background-color: #999999;
	background-image: url(/fade.gif);
	background-position: left top;
	background-repeat: repeat-y;
	text-align: center;
}

div#side p, div#side h2 {
	margin:		5px 10px 10px 10px;
}

div#side a {
	color:		black;
}

