body {
	font-family: Arial;
}

#buttonz img {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	margin-top: 8px;
}
#buttonz img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#tht {
	position: absolute;
	bottom: 320px;
	left: 400px;
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 800px;
	height: 140px;
	background-color: #eeeeee;
	border-top: 1px solid #555555;
	background-image: url(/pic/gr.gif);
}
#master {
	position: absolute;
	left: 13px;
	bottom: 0;
}
#login {
	font-size: 11px;
	position: absolute;
	right: 15px;
	bottom: 10px;
	height: 120px;
	border-left: 1px solid #555555;
	padding-left: 15px;
}
#login input {
	font-size: 11px;
	border: 1px solid black;
}
#infoz {
	font-size: 11px;
	position: absolute;
	right: 204px;
	bottom: 10px;
	height: 120px;
	text-align: right;
}

#logbut {
	font-weight: bold;
}

#menu {
	position: absolute;
	bottom: 145px;
	right: 15px;
	color: #999999;
}

#menu a {
	color: #626262;
	text-decoration: none;
}

#content {
	font-size: 11px;
	position: absolute;
	right: 15px;
	bottom: 165px;
	width: 450px;
	padding: 6px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	vertical-align: top;
}

#content table {
	width: 100%;
}
#content table td {
	border: 1px solid #aaaaaa;
}
#content p {
	text-align: justify;
}
#hidecontent {
	display: block;
	float: right;
	cursor: pointer;
}
.baryga {
	color: #620000;
}