html {
	height : 100%;
}
body {
	background-color : #01050a;
	height : 100%;
	margin : 0 auto;
	min-width : 965px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #dedddd;
	text-align : center;
	padding : 0;
}

a:link , a:visited {
	color : #8080a8;
	text-decoration : none;
}
a:hover {
	color : #495796;
	text-decoration : underline;
}
a:active {
	color : #333399;
	text-decoration : none;
}
a img {
	border : 0 solid #dedddd;
}


.adjustment {
	width : 188px;
	height : 100%;
	float : left;
	position : relative;
	margin-left : -188px;
}
.container {
	height : 100%;
	border : 0 solid #000;
	border-left-width : 188px;
	border-right-width : 186px;
}
.left {
	width: 188px;
	height : 1000px;
	background-image : url('gfx/index/LBrd.jpg');
}
.center {
	width : 100%;
	height : 1000px;
	float : left;
	position : relative;
	margin-left : -2px;
	overflow : hidden;
	background-image : url('gfx/index/bg.jpg');
}
.right {
	width : 180px;
	height : 1000px;
	float : right;
	position : relative;
	margin-right : -180px;
	margin-left : 1px;
	background-image : url('gfx/index/BrggR.jpg');
}.right {
	width : 185px;
	height : 1000px;
	float : right;
	position : relative;
	margin-right : -185px;
	background-image : url('gfx/index/BrggR.jpg');
}
#lang {
    width: 600px;
    margin: 0 auto;
    letter-spacing: 30px;
}