body {
    color: #000000;
    font-family:Verdana;
    font-size:12px;
    margin:0;
    padding:0;
    background-color:#FFFFFF;
    width:100%;
}

.header {
    font-size:40pt;
    font-family: "Times New Roman";
    font-weight:bold;
    color: #009900;
    text-align:center;
    background-color:#FFFFFF;
    margin:0;
    padding:0;
	position: relative; /* обязательно */
}

.header b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29pt;
  background: #FFF;
  overflow: hidden /* для проклятого IE6 */;
  opacity: 0.63;
  filter: alpha(opacity=63);
  -moz-opacity: 0.63;
}

.main {
    width:100%;
    margin:0 auto 0 auto;
}

.footer {
    padding:30px;
    clear:both;
    color: #000000;
    font-family: "Times New Roman";
    font-size: 11pt;
    text-align:right;
}

.center {
    text-align:center;
}

.remark {
    text-align:center;
    margin:20px 0 0 0;
    color: #999999;
}

.search {
    margin:50px 0 40px 0;
}

.error {
    color:#FF0000;
    text-align:center;
    margin:50px;
}
