@charset "utf-8";
/* CSS Document */
body {
	background: #444;
	color: #FFF;
	font-family: "Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,Sans;
	font-size: 10pt;
}
#container {
	background: url(images/site/indexbackground.png) no-repeat;
	height: 800px;
	max-height: 800px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
#link_list {
	position: relative;
	top : 150px;
}
.link_list_item {
	float: left;
	padding: 6px;
	text-align: center;
}
.link_list_item:hover {
	background: #333;
}
#lngselect {
	float: right;
	text-align: right;
}