

#title_left
{
	position: absolute;
	top: 0px;
	left: 0px;

	/*height: 158px;*/
	height: 318px;
	width: 334px;
	background-image: url("grafx/title_left4.png");

	z-index: 400;
}

#title_mid
{
	position: absolute;
	top: 0px;

	height: 318px;
	width: 100%;
	background-image: url("grafx/title_mid4.png");

	z-index: 200;
}

#title_right
{
	position: absolute;
	top: 0px;
	right: 0px;

	height: 318px;
	width: 622px;
	background-image: url("grafx/title_right4.png");

	z-index: 300;
}

