/*{{{ =Layout*/ 

html, body {
  margin: 0; padding: 0;
  height: 100%;
}

body {
  font: 16px Times New Roman, serif;
  color: #fff;
  background: url(../images/fon.gif) 50% 50% no-repeat #000;
}


#home .h-wrapper {
  _width: expression(document.body.clientWidth > 650 ? '100%' : '650px'); min-width: 650px;
  height: 100%; min-height: 650px;
  text-align: center;
}


#dummy {
  float: left;
  width: 1px; height: 50%;
  margin-bottom: -325px;
}


#home .h-wrapper-fixed {
  width: 650px; height: 650px;
  clear: left;
  margin: 0 auto;
}

/*}}}*/


/*{{{ =#home .h-wrapper-fixed*/ 

.h-frame {
  background: url(../images/frame-bg.jpg) 0 0 no-repeat;
  margin: 8px 0 19px 24px; padding: 40px 0 0 42px;
  width: 561px; height: 376px;
  text-align: left;
}

#home h2 {
  margin: 0 0 7px;
  font-size: 16px; font-weight: normal;
  text-transform: uppercase; 
}

#home ul {
  margin: 0; padding: 0 0 16px;
  list-style: none;
}

#home ul li {
  margin: 0 0 7px; 
}

#home ul span {
  padding: 0 0 0 7px;
  background: url(../images/bul1.png) 0 9px no-repeat;
}


#home p {
  margin: 0;
}

#home p.warning {
  color: #ed1c24;
  margin: 0 24px 21px;
}

p.p-s {
  color: #a7a9ac;
}

/*}}}*/
