#container {
	border-bottom: solid 1px #c0c0c0;
}

#header {
	position: relative;
	height: 145px;
	padding: 0;
	background: none;
}

#content
{
	position: relative;
	min-height: 626px;
	height: 626px;
	width: 1000px;
	color: #333333;
	line-height: 1.5em;
	font-size: small;
	background-image: url(../images/template/start-bgd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: none;
	padding: 0;
}

#start {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 653px;
	height: 435px;
}

#logo-right {
	position: absolute;
	right: 0;
	top: 0;
}

#headline {
	position: absolute;
	left: 60px;
	top: 60px;
}

#headline span {
	font-size: 1.4em;
	margin-right: 40px;
	color: #8b8b8c;
}

a#button-german,  a#button-english, a#button-china {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 110px;
	line-height: 40px;
	height: 40px;
	background-image: url(../images/template/start-button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #858585;
	font-weight: bold;
	font-size: medium;
}

 a#button-english {
 	right: 140px;
 }
 a#button-china {
 	right: 270px;
 }
 
 a#button-german:hover,  a#button-english:hover {
 	color: #8b8b8c;
 }
