body {
  background-color: #ffffff;
    color: #666666;

}

#center {
  text-align: center;
  font-family: Georgia, Serif;

}

#horizon        
	{
	color: #666666;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: georgia, serif;
	margin-left: -400px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 152px;
	visibility: visible

	}
	
	
#leftLang
  {
  width: 300px;
  margin-top: 20px;
  margin-left: 50px;
  float: left;
  text-align: center;

  }


#rightLang
  {
    width: 300px;
  margin-top: 20px;
  margin-right: 50px;
  float: right;
  text-align: center;

  }
  
.thumb {
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #a9a9a9;
  align: center;
}
  
  
a:link.lang{
  text-decoration:none;
  color: #666666;
  }

a:visited.lang{
  text-decoration:none;
  color: #666666;
  
}

a:hover.lang{
  text-decoration: underline;
  color: #666666;
}
