HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background-color: #171717;
}
#container {
	position: relative;
	top: 0px;
	height: 600px;	
	width: 1104px;
  margin: 0px auto;

  text-align: center;
	visibility: visible;
	background-color: #000000;	
}
#translation{
  position:absolute;
  top: 12px;
  left:658px;;
  text-align:right; 
  z-index:30; 
width: 400px;
}
#menu{
	position: absolute;
	top: 53px;
	left: 40px;
	width: 1022px;
	text-align: center;
	z-index: 30;
}
.topbgr,
.border{
	display: none;
}
.home .topbgr{
	position: absolute;
	top: 0px;
	left: 40px;
	width: 1022px;
	height: 102px;
	z-index: 20; 		
	background-color: #000000;
	/*opacity for IE5+*/
 	filter: alpha(opacity=70);
  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.7;
	/*opacity for mozilla/safari*/
  	opacity: 0.7; 
	display: block;
}	
.home .border{
	position: absolute;
	display: block;
	top: 0px;
	left: 40px;
	width: 1022px;
	height: 486px;
	z-index: 10; 	
}
.home .content{
	position: absolute;
	left: 0px;
	top: 506px;
	width: 1104px;
	background: #000000 url(footer.gif) no-repeat bottom center;
}
.home .spacer {
	height: 257px;
	width: 1px;	
}
.home #center{
	width: 1022px;
	text-align: left;
	margin-left: 40px;
}
.home #right{
	display: none;
}
.page .content{
	position: absolute;
	left: 0px;
	top: 105px;
	width: 1104px;
	background: #000000 url(footer.gif) no-repeat bottom center;
}
.page .spacer {
	height: 500px;
	width: 1px;	
}
.page #center{
	width: 485px;
	text-align: left;
	margin-left: 40px;
}
.page #right{
	width: 513px;
	margin-left: 24px;
	text-align: left;
}
.footer{
       padding-top: 10px;
	width: 1104px;
	background: url(footer-hr.gif) no-repeat center 10px;	
	height: 60px;
	
}
#footer{
	width: 400px;
	margin-top: 5px;
	margin-left: 665px;
	text-align: right;

}
#bmenu{
	width: 600px;
	text-align: left;
	margin: 5px 0px 0px 40px;
	float: left;
}
