body {
			font-family: Verdana;
			font-size: 12px;
			display: table;
			height:100%;
			text-align: center;
			width:100%;
			background: url(bgrnd.jpg) no-repeat;
			background-position: center center;
			margin:0;
			padding:0;
}
#box {
			display: table-cell;
			vertical-align: middle;
}
#middled {
			position:relative;
			color: #fff;
			margin: 0 auto;
			height: 574px;
			width: 1002px;
			text-align: left;
			padding: 0;
			
}
a.eductn, a.translate, a.expert, a.training {
			position:absolute;
			z-index:10;
			color: white;
			font-size: 14px;
}
a.eductn {
			width: 235px;
			height: 240px;
			left: 27px;
			top:44px;
			background: url(educt-small.jpg) no-repeat;
			background-position: 33px 23px;
}
#ed {
			padding: 195px 0 0 15px;
}

a:hover.eductn {
			background: url(educt-big.jpg) no-repeat;
}
a.translate {
			width: 229px;
			height: 234px;
			left: 107px;
			top:315px;
			background: url(translate-small.jpg) no-repeat;
			background-position: 32px 93px;
}
#tr {
			padding: 0px 0 0 70px;
}
a:hover.translate {
			background: url(translate-big.jpg) no-repeat;
			background-position: 0px 70px;
}
a.expert {
			width: 237px;
			height: 280px;
			left: 717px;
			top:31px;
			background: url(expert-small.jpg) no-repeat;
			background-position: 35px 24px;
}
#ex {
			padding: 235px 0 0 160px;
}
a:hover.expert {
			background: url(expert-big.jpg) no-repeat;
}
a.training {
			width: 302px;
			height: 180px;
			left: 535px;
			top:394px;
			background: url(training-small.jpg) no-repeat;
			background-position: 93px 24px;
}
#trans {
			padding:18px 0 0 3px;
			
}
a:hover.training {
			background: url(training-big.jpg) no-repeat;
			background-position: 60px 0;
}
.about {
			position:absolute;
			width: 45px;
			height: 32px;
			left: 268px;
			top:217px;
			z-index:20;
			font-size: 12px;
			color: #9f9;
}
.contacts {
			position:absolute;
			width: 70px;
			height: 32px;
			left: 520px;
			top:340px;
			z-index:20;
			font-size: 12px;
			color: #9f9;
}
.feedback {
			position:absolute;
			width: 180px;
			height: 32px;
			left: 650px;
			top:255px;
			z-index:20;
			font-size: 12px;
			color: #9f9;			
}
