/* CSS Document */
body {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #C3C1C2;}
  
  #text {
  text-align: center;
  width: 1000;
  background-image: url('szablon_3x1.jpg');
  background-repeat: no-repeat;
  background-color: #e5e5e5;}
  
  #content {
  margin-top: 120px;
  margin-left: 60px;
  margin-right: 20px;
  margin-bottom: 20px;}
  
  p {
  font-family: arial;
  font-size: 14px;}
  
  h1 {
  font-family: Georgia;
  font-size: 20px;
  }
  
  h2 {
  font-family: Arial;
  font-size: 16px;
  }