* {outline: 0;
   text-decoration: none;}

body {
      color: #000;
      background-position: right bottom; 
      background-attachment: fixed; 
      background-repeat: no-repeat;
      background-image : url("img/background.jpg");
      font: normal 17px/100% "Minion Pro", "Times New Roman",Arial, sans-serif;}      

#all 
  {
    width: 900px;
    height: auto;
    margin: auto;
    border: medium solid #0090ff;
    background: url("img/background.png");
  }
#top 
  {
    width: 900px;
    height: 200px;
  }
#info 
  { background: url('img/info.jpg');
    width: 900px;
    height: 60px;
    border-bottom: medium solid #0090ff;
  }
#menu
  {
    width: 213px;
    height: 522px;
    float:left;
  }
#content
  {
    width: 660px;
    float:left;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
  }
#stopka
  {
    height: 80px;
    clear: both;
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
  }
p 
  {
    margin-left: 15px;
  }
a:hover
  {
    color: #0f3980;
    font-weight: bold;
    text-decoration: underline;
  }
a
  {
    color: #327eb2;
    font-weight: bold;
  }
p.prawa {text-align: right;}
