body {
	position:relative;
	background-image: url("./../images/background.jpg");
	overflow:auto;
}

img {
	border:none;
}

.non-clickable {
	cursor:default;
}

.worker {
	font-size:1px;
}

.body {
	position:relative;
	width:800px;
	height:622px;
	margin:20px auto 0px auto;
	border:2px solid black;
	background-color:#72AA3F;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:2px solid white;
}

#menu, #content {
	position:absolute;
	top:163px;
	height:437px;
}

#menu {
	left:0px;
	width:200px;
	background-color:#54812E;
}

#menu a {
	display:block;
	width:200px;
	margin-top:14px;
	padding:0px;
	height:38px;
	background-color:#396213;
}

#menu a img {
	margin-top:3px;
	margin-bottom:3px;
}

#content {
	left:200px;
	width:600px;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}

#page_bottom {
	position:absolute;
	top:600px;
	left:0px;
	height:20px;
	width:800px;
	padding-top:1px;
	border-top:1px solid white;
	background-color:#396213;
	color:white;
}

#access_counter {
	float:left;
	width:200px;
	padding-top:2px;
	font-family:Arial, serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:white;
}

#web_author {
	float:right;
	margin:2px 20px 0px 0px;
	color:silver;
}

#web_author, #web_author a {
	font-family:Courier New, monospace;
	font-size:12px;
}

#web_author a:link, #web_author a:visited {
	color:silver;
}

#web_author a:hover {
	color:white;
}

span.message {
	display:block;
	width:90%;
	margin:10px auto 10px auto;
	padding:0px;
	height:20px;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color:red;
	text-align:center;
}

a.red_arrow, a.red_cross {
	position:absolute;
	border:1px solid black;
	margin:0px;
	padding:2px;
	background-color:#e9e9ff;
	top:1px;
}

a.red_cross { right:3px; }
a.red_arrow { right:25px; }

.flags {
	display:block;
	position:absolute;
	top:95px;
	left:25px;
	height:25px;
	width:400px;
	margin:0px;
	padding:0px;
	z-index:50;
	background-color:transparent;
}

.flag {
	width:38px;
	height:25px;
}

