@charset "utf-8";
/* CSS Document */

body  {	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.test {
	background-image:url(background.jpg);
	width:100%;

}

a:hover
{
border-bottom-color:#FF0;

}


.chines-link
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 618px;
	left: 746px;
	border: 0;
}

.english-link
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 618px;
	left: 781px;
	border: 0;
}

.german-link
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 618px;
	left: 814px;
	border: 0;
}

.chines-where
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 628px;
	left: 752px;
	border: 0;
}

.english-where
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 628px;
	left: 786px;
	border: 0;
}

.german-where
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 628px;
	left: 820px;
	border: 0;
}