#introbar {
	height: 357px;
	position: absolute;
	left: 0px;
	background: url(images/intro/logo.png) no-repeat;
}

#introimages {
	height: 132px;
	background: url(images/intro/logo_background.png);
	position: absolute;
	left: 436px;
	top: 108px;
	white-space: nowrap;
	overflow: hidden;
}

#introimages img {
	margin: 0px 1px;
}

#introsponsors {
	position: absolute;
	width: 882px;
	height: 66px;
	left: 50%;
	margin-left: -441px;
	bottom: 40px;
}

#introcopyright {
	width: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	bottom: 10px;
	color: #CCCCCC;
	font-size: 90%;
	font-weight: bold;	
}

#introlanguages {
	width: 400px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	bottom: 10px;
}

#introlanguages #introlangen {
	position: absolute;
	width: 175px;
	height: 60px;
	right: 0px;
	background: url(images/intro/english.png);
	cursor: pointer;
}

#introlanguages #introlangtr {
	position: absolute;
	width: 175px;
	height: 60px;
	left: 0px;
	background: url(images/intro/turkish.png);
	cursor: pointer;
}