body{
font-family: Verdana;
font-size: 0.8em;
margin:0;
padding: 0;
}

#box{

margin:0 auto;
width: 650px;
height: 450px;
background-image: url(../images/backg.jpg);
}

#links{
padding-left: 9px;
margin:0 auto;
text-align: center;
height: 140px;
}



#links p{
margin: 0;
margin-left: 4px;
margin-right: 4px;
font-family: Verdana;
font-size: 0.7em;
background-repeat: no-repeat;
padding-top: 124px;
float: left;
height: 10px;
width: 118px;
}


#middle{
overflow: hidden;
text-align: center;


height: 285px;
width: 100%;

}

#footer{
display: none;
padding-left: 9px;

text-align: center;
}

#footer p{
margin: 0;
padding-top: 4px;
margin-left: 4px;
margin-right: 4px;
width: 118px;
font-family: Verdana;
font-size: 0.7em;
color: #666666;
float:left;
background-image: url(../images/whiteBar.gif);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: top;
}

#footer a{
font-size: 1em;
text-decoration: none;
color: #ffffff;
}

.logo{
display: none;
margin-top: 100px;

}

.links{
position: relative;
top:-140px;
}

#text{

text-align: left;
margin: 0 auto;
width: 480px;
height: 240px;
}

h2{
margin: 0;
color: #ffffff;
text-align: left;

font-size: 1em;

}

#copyright{
position: relative;
margin:0 auto;
font-size: 0.7em;
color: #d4d4d4;
width: 650px;
text-align: center;
}

#copyright a{

color: #d4d4d4;
text-decoration: none;
}

.lang{
font-size: 1.3em;
}

.langStyle a{
color: #ffffff;
}


.jScrollPaneContainer {	
	position: absolute;
	overflow: hidden;
	height: 240px;	
}
.jScrollPaneTrack {
	height: 240px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/scrollbarBg.png);
	background-repeat: repeat-y;
}
.jScrollPaneDrag {
	background-image: url(../images/scrollbarDrag.png);
	position: absolute;
	background-repeat: repeat-y;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-repeat: repeat-y;
	background-image: url(../images/scrollbarDragTop.png);
}
.jScrollPaneDragBottom {
height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-repeat: repeat-y;
	background-image: url(../images/scrollbarDragBottom.png);
}
