html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:14px;
	font-family:Segoe UI, Tahoma, Geneva, sans-serif;
	overflow: hidden;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color: #000;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../images/bckg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	top:290px;
	bottom:52px;
	width:97%;
	padding-left: 25px;
}
#content p {
	text-align:justify
}

#content a {
	color:#fff;
}

* html #content {
	top:0;
	bottom:0;
	height:100%;
	width:97%;
}
#head {
	position:absolute;
	top:0;
	width:97%;
	min-width:97%;/*height:450px; */
	}
* html #head {
	top:2px;
	width:97%; /*height:448px;*/
}
#foot {
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	min-width:100%;
	height:18px;
	background-color: #CCC;
	color: #000;
}
* html #foot {
	width:100%;
	height:18px;
}
#centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#header_logo {
	margin-bottom:10px;
	text-align: left;
	margin-top: 10px;
}
ul.menu-nav {
	padding:0px;
	margin:0px;
	clear:left;
	float:left;
	list-style:none;
}
ul.menu-nav li {
	display:block;
	padding:0 1px 0 0;
	float:left;
	margin:0 0 0 0;
	list-style:none;
}
ul.menu-nav li a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	background:url(../images/seperator.gif) bottom right no-repeat;
	padding: 8px 25px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
}
ul.menu-nav li a:hover {
	padding-bottom: 8px;
	background-color: #F00;
}
ul.menu-nav li.active a {
	background-color: #F00;
}

ul.menu-nav li.clsLang a {
	color: #F00;
}
ul.menu-nav li.clsLang a:hover {
	color: #fff;
}

ul.menu-nav a:active {
	background-color: #F00;
}
#content h1 {
	font-size: 200%;
	color: #F00;
}
#content h2 {
	color: #000;
	background-color: #CCC;
}
.clsLang {
	color: #F00;
}
