
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#191919;
 background-image:url(../images/bgbody.jpg);
 background-repeat: repeat-x; 
  height:100%; 
   behavior: url(csshover.htc);
} 

 #mainFrame{
 position:relative;
	border:0;
	width:100%;
	overflow:hidden;
	padding:0px;
}

.skeleton_table{
	position:relative;
	top:0;
	width:100%;
	vertical-align:top;
	border:0;
}

.skeleton_table a{
	cursor:pointer;
}

#mainContent{
	position:relative;	
	top:0px;
	width:810px;
/*	height:100%;*/
	z-index:10;
	overflow:hidden;
}

div#pagewidth{
margin-left: auto;
margin-right:auto;
margin-bottom:0px;
background-image:url(../images/bgcontainer.jpg);
background-repeat:repeat-y;
 width:826px; 
 text-align:left; 
 height:100%; 
 padding:0px;
position:relative;

} 

div#wrapper{

background-image:url(../images/bgcontainer.jpg);
background-repeat:repeat-y;
height:100%;
margin-top:0px;

} 
 

div#navbar {
 margin: 0px 0px 0px 0px;
 background-color: #000;
 color:#FFFFFF;
 text-align: right;
 padding-top:6px;
 padding-right:10px;
 background-image:url(../images/index_03.jpg);
 background-repeat:repeat-x;
 height:25px;
 font-family:Verdana;
 font-size:12px;
  border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;

}

div#navbar a:link,div#navbar a:visited{
text-decoration:none;
color:#FFFFFF;
}

div#language{
width:200px; 
height:15px;
background-color:#353b3b;
border-left:2px #798688 solid;
border-bottom:2px #798688 solid;
 font-family:Verdana;
 font-size:12px;
color:#FFFFFF;
padding:5px;
float:right;
text-align:center;
}

div#language a:link,div#language a:visited{
text-decoration:none;
font-weight:bold;
color:#FFFFFF
}

div#navbar a:hover,div#navbar a:active{
text-decoration:none;
border-bottom:#FF0000 3px solid;
color:#FFFFFF;
}


div#line {
 background-image:url(../images/index_05.jpg);
 background-repeat:repeat-x;
 height:5px;
  border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}

div#line2 {
 background-image:url(../images/index_04.jpg);
 background-repeat:repeat-x;
 height:6px;
  border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}
div#header {
 margin: 0px 0px 0px 0px;
 height: 125px;
 background-color: #C9C9BE;
 background-image:url(../images/index_02.jpg);
 background-repeat:no-repeat;
 text-align:right;
  border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}


div#footer {
 border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
border-bottom:#FFFFFF 1px solid;
background-image:url(../images/bgcontainer.jpg);
margin:0 auto;
text-align: center;
 display:block;
  border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}

div#footer{width:826px}

.active-language {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;

}
