body {
	background-color: #282d32;
	text-align: center;
	font: 14px Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
#all {
	width: 670px;
	text-align: left;
	margin: 0 auto;
}
#top {
	float: left;
	width: 670px;
	margin: 20px 0;
}
#main {
	float: left;
	width: 670px;
}
#bottom {
	float: left;
	width: 670px;
	margin: 40px 0 0 0;
	position: relative;
	color: #9ea2a6;
	font: 10px Verdana, sans-serif;
}
#lang {
	margin: 4px 10px;
	font: 11px Arial, sans-serif;
}
#lang li {
	float: left;
	padding: 0 10px 2px 10px;
	border-left: 2px solid #756E6E;
	list-style-type: none;
	color: #756E6E;
}
#lang a {
	color: #9ea2a6;
	text-decoration: underline;
}
#lang a:hover {
	text-decoration: none;
}
#lang .noborder{
	border-left: none;
}

#btm_menu {
	top: 0;
	left: 20px;
/*	background: url('bg.gif') repeat-x left 17px !important;*/
	background: url("images/bg.gif") repeat-x left 19px;
	position: absolute;
	width: 630px;
}
#btm_menu li {
	float: left;
	padding: 0 0 4px 20px;
	border-bottom: 3px solid #848080;
	color: #9ea2a6;
	font: 13px Arial, sans-serif;
	background: url("images/bullet.gif") no-repeat 5px center;
	list-style-type: none;
}
#btm_menu a {
	color: #9ea2a6;
	text-decoration: none;
}
#btm_menu a:hover {
	text-decoration: underline;
}
#btm_menu .nobullet{
	background: none;
	padding: 0 0 4px 0;
}
#btm_menu .last{
	padding-right: 0;
}
#bottom p {
	text-align: right;
	margin: 2px 20px 10px 0;
}
#bottom p.danet {
	text-align: right;
	margin: 0 20px 10px 0;
	padding: 2px 24px 8px 0;
}
#bottom p.danet a{
	text-decoration: none;
	color: #9ea2a6;
}
#logo{
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
}