body {
	background-color: #282e2c;
}
#main {
	position:relative;
	vertical-align:top;
	top:10px;
	width:567px;
	height:393px;
	z-index:1;
	overflow: visible;
	margin: 0px auto;
	border-color:#FFF;
	border:2px;
	border-style:solid;

}
.left {
	width:140px;
	position: relative;
	margin-left: 60px;
	float:left;
	top: 30px;
	text-decoration:none;
	border:0px;
}

.left-txt {
	position: absolute;
	margin-left: 60px;
	float:left;
	top: 326px;
	text-decoration:none;
	left: 42px;
	font-size: 12px;
	font-style: italic;
	color: #D7D1D3;
}

.right-txt {
	position: absolute;
	margin-right: 60px;
	float:right;
	top: 326px;
	text-decoration:none;
	right: 28px;
	font-size: 12px;
	font-style: italic;
	color: #D7D1D3;
}
.right {
	position:relative;
	width:140px;
	margin-right: 60px;
	float: right;
	top: 30px;
	text-decoration: none;
	border:0px;
}
.footer {
	bottom:5px;
	left:10px;
	position:absolute;
	margin-bottom:10px;
	margin-left:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #7B8280;
}
#langs {
	position:absolute;
	left:270px;
	top:auto;
	width:526px;
	height:180px;
	z-index:2;
}
a:link {
	border:none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

