pre {
	background: black;
	color: white;
	font-size: 12px;
}
.lang {
	position: absolute;
	top: 30px;
	right: 350px;
}
#page {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 150px;
	height: 50px;
	display: block;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 15px;
}
#center_head {
	width: 925px;
	margin-left: 32px;
	height: 46px;
	margin-bottom: 40px;
	background: url('/media/images/login.png') no-repeat top left;
}
.js_error {
    font-size: 15px;
    color: red;
    font-weight: bold;
    padding-bottom: 20px;
}
#main {
	margin-top: 30px;
}
#main .surround_left {
	float: left;
	background: url('/media/images/site_left.png') no-repeat top left;
	width: 9px;
	min-height: 686px;
}
#main .surround #center {
	float: left;
}
#main .surround_right {
	float: right;
	background: url('/media/images/site_right.png') no-repeat top left;
	width: 8px;
	min-height: 685px;
}
#submenu {
	height: 25px;
}
#center {
	float: left;
	width: 899px;
	background: #fff;
	min-height: 686px;
	padding-top: 30px;
	padding-left: 22px;
	padding-right: 22px;
}
.center_top {
	height: 4px;
	background: url('/media/images/center_header.png') no-repeat top left;
}
.main_menu {
	height: 76px;
	background: url('/media/images/header_bg.png') no-repeat top left;
}
.main_menu ul {
	padding-top: 15px;
	list-style-type: none;
	margin-left: 5px;
}
.main_menu ul li{
	float: left;
	width: 165px;
	height: 61px;
	margin-left: 10px;
}
.main_menu ul li img {
	float: left;
}

.main_menu ul li span.title {
	font-size: 1.5em;
	display: block;
	font-weight: bold;
	margin-top: 7px;
	color: #333333;
}
.main_menu ul li span.subtitle {
	font-size: 1.1em;
	color: #333333;
	display: block;
	width: 155px;
}
.main_menu ul li.active {
	background: url('/media/images/menu_selected.gif') no-repeat bottom center;
}
.main_menu ul li a {
	text-decoration: none;
}
.login_logged .logout {
	position: absolute;
	right: 10px;
	top: 83px;
}
#footer .wrapper {
	color: #231f20;
	width: 900px;
	padding-left: 25px;
	padding-top: 15px;
}
#footer .wrapper .tm a {
	float: right;
}
#footer .wrapper .copyright {
	float: left;
}
#footer .wrapper .tm{
	float: right;
	width: 200px;
}
#footer .wrapper .tm span {
	display: block;
	float: left;
	padding-top: 7px;
}

#header .desc{
	position:absolute;
	top:10px;
	right:0px;
	color:white;
}
#header .desc h1{
	font-weight:bold;
	font-size: 4em;
	text-shadow: 2px 1px 3px #D9800D;
}