#home {
	position: relative;
}
.home .splash {
	position: absolute;
	top: 410px;
	left: 205px;
	background: url(../img/splash.gif);
	width: 262px;
	height: 42px;
	cursor: pointer;
}
#home .home-left {
	float: left;
	width: 385px;
	padding: 0px 15px 0px 15px;
}
#home .home-left .content {
	/*font-size: 11px;
	color: #404040;*/
}
#home .home-right {
	float: left;
	width: 490px;
	padding: 15px 15px 0px 0px;
	background: url(../img/begin-splash-png.png) no-repeat 0px 15px;
	height: 400px;
}
#home .home-right .home-right-description{
	position: absolute;
	top: 45px;
	font-size: 14px;
	color: #404040;
}
#home .healthcare
{
  display: block;
  width: 242px;
	height: 170px;
  margin-top: 30px;
  float: left;
}

#home .economy
{
  display: block;
  width: 244px;
	height: 170px;
  margin-top: 30px;
  float: right;
}


#home .green
{
  display: block;
  width: 242px;
	height: 170px;
	float: left;
	clear: left;
}



#home .technics
{
  display: block;
  width: 242px;
	height: 170px;
	float: right;
}
