@charset "utf-8";
/*--- CSS Document -------------------------------------------------------------------------------------------*/
/*--- All Layout
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
}
img,h1,h2,h3,ul,li {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#wrapper {
	width: 715px;
	height: 599px;
	margin: 0 auto;
	background: url(../img/bg_body.gif) no-repeat left top;
	text-align: left;
}
h1 {
	padding: 140px 0px 0px;
	margin: 0px;
}
h2 {
	height: 55px;
}
h3 {
	padding: 0px 0px 0px 367px;
	height: 33px;
}
ul{
	padding: 0px 0px 0px 361px;
	height: 197px;
}
li{
	height: 34px;
	list-style: none;
	clear: both;
	vertical-align: bottom;
}
a{
	width: 77px;
	height: 34px;
	display:block;
	text-indent:-9999px;
	border-style: none;
	position: absolute;
}
a.english{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px 0px;
}
a.japanese{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -34px;
}
a.francais{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -68px;
}
a.deutsch{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -102px;
}
a.italiand{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -136px;
}
a.spanish{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -170px;
}
a.chinese{
	background: url(../img/bg_menu_btn.gif) no-repeat 0px -204px;
}


a.english:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px 0px;
}
a.japanese:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -34px;
}
a.francais:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -68px;
}
a.deutsch:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -102px;
}
a.italiand:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -136px;
}
a.spanish:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -170px;
}
a.chinese:hover{
	background: url(../img/bg_menu_btn.gif) no-repeat -79px -204px;
}









