@charset "utf-8";
/* CSS Document */

html, body { margin:0px; width:100%; height:100%; }
.top { height:25%; position:absolute; left:50%; margin-left:-83px; top:0px;  width:165px; background:url(../img/square.gif); }
	
.buttons{
background:url(../img/logo.gif);
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-210px;
	width:421px;
	height:267px;
}

.buttons .line{ background:url(../img/line.gif); position:absolute; display:block; top:50%; left:50%; width:7px; height:31px; margin-left:-1px; margin-top:-1px;}
.btn_en { background:url(../img/btn_en.gif); position:absolute; display:block; top:50%; left:50%; margin-left:-65px;}
.btn_tr { background:url(../img/btn_tr.gif); position:absolute; display:block; top:50%; left:50%; margin-left:5px;}

.btn_en, .btn_tr{ width:60px; height:26px; display:block; float:left; }
.btn_en:hover, .btn_tr:hover{ background-position:bottom; display:block;}
