body {
  margin: 0px auto;
  background-image: url(../img/fon1.png);
}

#wrapper{
  min-width: 480px;
  max-width: 920px;
  padding: 0px;
  background: #CCFFFF;
  margin: 0px auto;
}

header {
  min-width: 480px;
  max-width: 920px;
  width: 100%;
  height: 110px;
  background-image: url(../img/Logo.png), url(../img/fon2.jpg) ;
  background-repeat:  no-repeat, repeat-x;
  position: fixed;
}

#kontent {
  padding-top: 110px;
}

#kontent h2 {
  text-align: center;
  color: #996666;
  margin-bottom: 20px;
}

#kontent p {
  color: #336600;
  text-align: center;
  margin: 0px;
}

.blok {
  float: left;
  padding: 0;
  margin: 0;
  width: 450px;
}

#rasp{
  float: none;
  margin:0px auto 0px auto;
}

/************** начало блока свойств таблиц **************/
table {
  display: table;
  margin:10px;
  float: left;
  border: 1px solid black;
  border-collapse: collapse;
}

td {
  border: 1px solid black; /* Граница вокруг ячеек */
}

table thead {
  background: #F5ECCE;
  text-align:  center;
  font-weight: bold;
}

table caption {
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
  color: #696969;
  border: 1px solid black; /* Граница вокруг ячеек */
}

tbody {
  text-align:  center;
}

tbody tr:nth-child(2n) {
  background: #AFEEEE; /* Цвет фона */
}

tbody tr:nth-child(1) td:nth-child(1){
  width: 150px;
}

tbody tr:nth-child(1) td:nth-child(2){
  width: 60px;
}

tbody tr:nth-child(1) td:nth-child(3){
  width: 60px;
}

tbody tr:nth-child(1) td:nth-child(4){
  width: 60px;
}

tbody tr:nth-child(1) td:nth-child(5){
  width: 80px;
}

#gk td:nth-child(1){
  width: 210px;
}

#gk td:nth-child(2){
  width: 209px;
}
/************** конец блока свойств таблиц **************/

#sp li{
  list-style-type: square;
}

.lin {
  height: 2px;
  background: #808080;
  clear: left;
}

#prm {
  margin: 0 23px 30px;
}

footer {
  clear: left;
  background: #696969;
  color: #FFFFFF;
  margin-top: 40px;
}
