
div#logo {
	position:absolute; 
	left:60px; 
	top:75px; 
	width:63px; 
	height:107px;
}
div#locales {
	padding-top: 60px;
	border-bottom: 2px solid #999999;
	
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 150px;
	text-align: center;
	padding-bottom: 15px;
	text-transform: lowercase;
	float: right;
	z-index: 1;
	
	
}
div#menu {
	position:absolute; 
	left:140px; 
	top:110px; 
	width:800px; 
	height:64px;
	overflow: hide;
}

div#line {
	border-top: 2px solid #999999;
	position:absolute; 
	left:0px; 
	top:144px; 
	width:100%; 
	height:2px; 
}

div#copyright{
	position: absolute;
	top: 700px;
	background-color: #5F5F5F;
	width: 390px;
	left: 0px;
}

div#light {
	position: absolute;
	top: 34px;
	border-top: 2px solid white;
	width: 80px;
	height: 2px;
	left: -90px;
}
