body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#main { 
	position: fixed;
	top: 0;
	left: 0;
	padding:0; 
	width:100%; 
	height:100%; /* works only if parent container is assigned a height value */ 
	background: url('graphics/bg-01.gif') repeat-x top left;
	text-align: center;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-318px; /* half of container's height */
	float:left;
}
#divcontent {
	height: 636px;
	clear: left;
	margin: auto;
	border: solid 1px;
	overflow: hidden;
}
#divbottom {
	width: 955px;
	height: 20px;
	float: right;
	border: solid 0px;
	background: #9D9735;
}
.textbottom {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 19px;
	text-decoration: none;
	color: #2A2A2A;
}
.textmenu {
	font-family: Verdana;
	font-size: 12pt;
	color: #9D9735;
	text-decoration: none;
	margin-left: 10px;
	list-style-image: url('graphics/menu-dot.gif');
}
.textul {
 	 float: left;
}
.limenu {
	margin-top: 5px;
	list-style-image: url('graphics/menu-dot.gif');
}
#divlink {
	width: 100%;
	margin-top: 2px;
	text-align: center;
}
#linkref {
	font: small-caps 10px verdana;
	color: #616161;
}
#linkref:hover {
	color: black;
}
