@charset "iso-8859-9";
#intro {
	position: relative;
	top: 0px;
	z-index: 1;
	height: 300px;
	background-image: url(images/intro.png);
	background-repeat: no-repeat;
	background-position: center;
}
#introbg {
	top: 41px;
	width: 100%;
	height: 114px;
	z-index: 0;
	background-image: url(images/bg.png);
	position: absolute;
}
#introbg1 {
	width: 100%;
	height: 30px;
	z-index: 2;
	background-image: url(images/bg.png);
	position: absolute;
	top: 300px;
}
