@charset "utf-8";
.logo{
	position:absolute;
	width: 140px;
	height: 30px;
	left:50%;
	margin-left:-70px;
	top:50%;
	margin-top:-15px;
}

a#pl{
	position:absolute;
	width:70px;
	height:30px;
	background:url(btn_pl.png);
}
a:hover#pl{background:url(btn_pl_a.png)}

a#en{
	position:absolute;
	width:70px;
	height:30px;
	right:0px;
	background:url(btn_en.png);
}
a:hover#en{background:url(btn_en_a.png)}

a#flash{
	position:absolute;
	width:141px;
	height:25px;
	bottom:1px;
	left:0px;
	background:url(flash_player.png);
}
#design{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#888888;
	position:absolute;
	right:4px;
	bottom:4px;
}
a#ampo{
	height:13px;
	width:70px;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(ampo.png);
	padding-right:34px;
	color:#888888;
	text-decoration:none;
}
a:hover#ampo{
	background-image:url(ampo_a.png);
}
