body{
  background: url('../img/main_bg.png') repeat-x #ffffff;
}
#horizont{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -280px;
}
#box{
  background: url('../img/box_bg.png') no-repeat;
  width: 813px;
  height: 560px;
  margin: auto auto;
}
#footer{
  width: 813px;
  height: 24px;
  margin: 0px auto;
  font-size: 12px;
  color: #141414;
  text-align: center;
}

#menu{
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  padding-top: 40px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
  font-size: 18px;
	display: inline;
	padding: 0px 15px 0px 15px;
}

#menu a:link, #menu a:active, #menu a:visited {
  color: #FEFEFE;
}

#menu .act a:link, #menu .act a:active, #menu .act a:visited, #menu .act a:hover {
  color: #db2d23;
}
#menu a:hover {
  color: #db2d23;
}

#content{
  padding-top:50px;
}
#logo{
  float: left;
  width: 140px;
  text-align: center;
  height: 346px;
}
#line{
  float: left;
  padding: 46px 20px;
  height: 346px;
}
#text{
  display: block;
  vertical-align: bottom;
  margin-left: 180px;
  height: 346px;
  width: 610px;
}
.cell{
  height: 346px;
  vertical-align:middle;
}