
#langSelect {
  position: absolute;
  float: left;
  top: 0px;
  left: 50%;
  margin-top: -18px;
  margin-left: -542px;
  padding: 0;
}

#langSelect ul {
  list-style: none;
  float: left;
}

#langSelect li {
  float: left;
  margin-right: 4px;
}


body {
	background-color: #5a6446;
	margin: 0;
	padding: 0;
	height: 101%;
	overflow-y: scroll;
	background-image: url(images/bg/bg.jpg);
	background-repeat: repeat;
  min-width: 1024px;
}

#mainDiv {
	background-color: #002300;
	width: 1024px;
	border: solid 2px;
	border-color: #101010;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0;
	margin-left: -512px;
	padding: 0;
  min-width: 1024px;
}

#headerModule {
	width: 1024px;
	height: 120px;	
	color: #FFFFFF;	
	margin: 0;
	padding: 0;
	background-color: #1e3c14;				
	background-image: url(images/header.png);
	background-repeat: repeat-x;		
}

#headerTable {
	color: #faa028;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

#menuTable {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}

#separatorModule {
	width: 1024px;
	height: 10px;
	background-color: #1e3c14;
	margin: 0px;
	padding: 0px;
	border: 0;
	overflow: hidden;
	background-image: url(images/separator.png);
	background-repeat: repeat-x;			
}

#footerModule {
	width: 1024px;	
	height: 70px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.footer {
	width: 100%;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

#shineOverlay {
	position: absolute;
	left: 50%;
	top: 122px;
	margin: 0;
	margin-left: -512px;
	padding: 0;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
  width: 1028px;
  height: 128px;
}

a {
  border: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

.a_menu {
  color: #c0c0c0;
  text_decoration: none;  
}

.a_menu:active {
  color: #f0f0c0;
}

.a_menu:hover {
  color: #f0f0c0;
}

