	.back
	{

		left : 0;
		top : 0;
		height : 601;
		z-index : 0;
	}
	.structure
	{

		position : absolute;
		left : 0;
		top : 0;
		width : 1000;
		height : 600;
		z-index : 2;
	}
	.hline
	{

		position : absolute;
		left : 75;
		top : 75;
		width : 850;
		height : 1;
		z-index : 2;
	}
	.vline
	{

		position : absolute;
		left : 362;
		top : 76;
		width : 1;
		height : 450;
		z-index : 2;
	}
		.bottom
	{

		position : absolute;
		left : 74;
		top : 621;
		width : 300;
		height : 24;
		z-index : 2;
	}
	.menu
	{
		position : absolute;
		left : 270;
		top : 100;
		width : 60;
		z-index : 2;
		text-align : right;
	}
	.text
	{
	position : absolute;
	left : 400;
	top : 130;
	width : 300;
	height : 400;
	z-index : 2;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	line-height : 150%;
}
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	line-height : 150%;
	text-decoration : none;
}

.logo{
	position : absolute;
	left : 73;
	top : 15;
	width : 288;
	height : 46;
	z-index : 2;
	background:url(/images/logo.png);
}