html {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body{
	background-color: #000000;
	margin:0px;
	padding:0px;
}

a {overflow:hidden; outline:none;}

h1 {margin: 0;}

#main{
	/*overflow:auto;*/
	height:136px;
	width:330px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-68px;
	margin-left:-165px;
}

#main #select {
	height:40px;
	width:330px;
	margin: 0;
	padding: 0;
	}

#main #select .left {
	float: left;
	height: 40px;
	width:160px;
	padding: 0 10px 0 0;
	text-indent: -9999px;
	}

#main #select .left a{
	height: 40px;
	width:160px;
	display: block;
	background: url(../images/select/japanese-off.jpg) no-repeat left top;
	}

#main #select .left a:hover{
	background: url(../images/select/japanese-on.jpg) no-repeat left top;
	}

#main #select .right {
	float: right;
	height: 40px;
	width:160px;
	padding: 0;
	text-indent: -9999px;
	}

#main #select .right a{
	height: 40px;
	width:160px;
	display: block;
	background: url(../images/select/english-off.jpg) no-repeat left top;
	}

#main #select .right a:hover{
	background: url(../images/select/english-on.jpg) no-repeat left top;
	}

#footer{
	font-size: 8px;
	color: #555555;
	position:fixed;
	text-align: right;
	bottom:10px;
	right:10px;
	width:100%;
	}


