.track { 
position: absolute;
top: -10000;
left: - 10000;
}


#page {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	background:black;
}

#pageInterior {
	width: 800px;
	background: #F5D000;
	margin-left:auto;
	margin-right:auto;
}
 
#menuDiv  { 
  position: absolute;
  top: 0px;
}


#lang { 
  position:absolute;
  top: 490px;
  z-index: 100;
}

#col1 {
 	float: left;
	width: auto;
}

#col2 {
 	float: left;
	width: 10px;
	background: #000000;
}

#col3 {
 	float: left;
	width: 980px;
	background: #F5D000;	
}

#col4 {
 	float: left;
	width: 10px;
	background: #000000;
}

#col5 {
 	float: left;
	width: auto;
}

#rightDiv { 
  width: 315px;
  height: 235px;
  overflow:auto;
  margin-top: 95px;
  text-align:justify;
}

h3 { 
  text-align:center;
}
