body {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    font-size: 11px;
    text-align: center;
    background-color: #1C1191;
    color: white;
  }
  
#vrch{
      text-align:right;
      float:top;
      width: 924px;
      HEIGHT: 143px;
      background-image: url("../img/vrch.jpg");
      background-repeat: no-repeat;
      padding-top:50px;
      padding-right:100px;
      }

#linkv{
        float:top;
        width: 1024px;
        HEIGHT: 25px;
        background-image: url("../img/podlink.jpg");
        background-repeat: no-repeat;
        padding-top:5px;
}

#linkv a {
      color: white;
      text-decoration: none;
      font-weight: bold;
}

#linkv a:hover {
        color: gray;
        background-color: no;
}

#body{
        float:top;
        background-image: url("../img/body.jpg");
        background-repeat: repeat-y;
        width: 1024px;
}

#spodok{
      float:top;
      width: 1024px;
      HEIGHT: 28px;
      background-image: url("../img/spod.jpg");
      background-repeat: no-repeat;
      }

#spodok a {
      color: white;
      text-decoration: none;
      font-size: 11px;
      font-weight: bold;
}

#spodok a:hover {
        color: gray;
        background-color: no;
}

#text{
      width: 876px;
      padding:32px;
      font-family: Trebuchet MS, Verdana, Arial, Helvetica;
      font-size: 12px;
      text-align: left;
      float:center;
      }
      
#text a {
      color: gray;
      text-decoration: none;
      font-size: 11px;
      font-weight: bold;
}

#text a:hover {
        color: white;
        background-color: no;
}