#center {
width:100%;
height:100%;
}
#center td {
text-align:center;
vertical-align:middle;
/*background:url('../_img/bg.jpg') repeat-x 0 100%; */
padding-top:10px;
}
#wrap {
text-align:left;
border-top:1px solid #c0c0c0;
}
#footer {
margin-top:0px;
border-left:none;
border-right:none;
text-align:left;
}
/* *5 header (шапка)
----------------------------------------------------------------------------- */
#header {
width:100%;
height:320px;
position:relative;
z-index:1;
overflow:hidden;
float:left;
background:url('../_img/wrap.jpg') no-repeat 0 -1px;
}
#logo {
position:absolute;
top:52px;
right:63px;
}
#logo img {display:block;
}

/* *6 right (правая колонка)
----------------------------------------------------------------------------- */
#right {
width:285px;
padding:0 35px 0 0;
margin-top:-135px;
position:relative;
z-index:2;
float:right;
}
h3 {
margin-bottom:20px;
font:bold 1.5em tahoma,arial,verdana,sans-serif;
color: #a77200;
background-color:inherit;
}
#review {
padding:20px 0 0 30px;
}
#review .pic {
margin-bottom:5px;
}

/* *7 left (левая колонка)
----------------------------------------------------------------------------- */
#left {
width:630px;
padding:0 25px;
float:left;
}
#features {
width:100%;
overflow:hidden;
}
#features .cell {
width:185px;
padding:0 25px 20px 0;
float:left;
}
#contacts {
width:200px;
padding:0 0px 20px 0;
float:left;
}
#about {
width:420px;
float:right;
}