* {margin:0; padding:0;}
body, html {
	width:100%;
	height:100%;
	background-color: #000000;
}
#lang {
	height: 166px;
	width: 80px;
	position: absolute;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999A9A;
	top: -42px;
	right: 259px;
	padding-top: 60px;
	padding-left: 10px;
}
#lang ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6a799a;
	font-weight: bold;
	list-style-type: disc;
	padding-left: 16px;
}
#lang   ul   li   a{
	color: #6a799a;
	text-decoration: none;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 12px;
}
#lang  ul  li  a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#menu {
	height: 310px;
	width: 120px;
	position: absolute;
	top: 420px;
	right: 228px;
}
#menuvlinetop {
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999A9A;
}
#menuvlinebot {
	height: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999A9A;
}


#menu ul {
	list-style-type: none;
	display: block;
}
#menu ul li a {
	text-decoration: none;
	color: #ebeefe;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	height: 14px;
	padding-left: 10px;
	font-stretch: wider;
}
#menu ul li a:hover {
	color: #5aa9e2;
}
#menu span {
	display: block;
	height: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999A9A;
}
.content {
	width: 838px;
	height: 730px;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
