#main {
	float:left;
	display:inline;
	width:800px;
	position:absolute;
	left:50%;
	margin:0 0 0 -400px;
}
#top {
	float:left;
	width:100%;
	height:119px;
	border-bottom:solid 6px #FFFFFF;
	background:transparent url(../images/backs/top.gif) 0px 0px no-repeat;
}
#top img {
	width:100%;
	float:left;
	height:100%;
}
#top div {
	float:left;
	width:205px;
	height:90px;
	margin:14px 0 0 10px;
}
#top span {
	float:right;
	width:278px;
	height:15px;
	margin:86px 42px 0 0;
}
#left {
	width:165px;
	float:left;
	display:inline;
}
#content {
	width:630px;
	float:left;
	display:inline;
	margin:5px 0 0 5px;
}
#content_tit {
	width:800px;
	float:left;
	display:inline;
	margin:0px;
	height:480px;
	background:#00A8E6;
}
#flags {
	width:800px;
	float:left;
	display:inline;
	margin:5px 0 0 0;
}
#flags img {
	float:left;
	margin-right:5px;
}
#bottom {
	float:left;
	display:inline;
	width:100%;
}
#bottom a {
	float:right;
	display:inline;
	margin:5px 0 auto auto;
	font-size:9px;
	color:#636363;
	text-decoration:none;
	padding-bottom:10px;
}
#bottom a:hover {
	color:#ffffff;
}