/*-----------------------------------------------------+
| SQUARE RS                                            |
| Copyright (c) 2010 Tomáš Kolinger.                   |
| Všechna práva vyhrazena. / All rights reserved.      |
|------------------------------------------------------|
| File: css_bg1.css                                    |
| Author: Tomáš Kolinger                               |
+-----------------------------------------------------*/
#content {
  float: left;
  background: url('images/content-background.jpg') repeat-y left top;
  width: 1000px;
  padding-bottom: 10px;
}
#content-head {
  float: left;
  background: url('images/content-head.jpg') no-repeat left top;
  width: 734px;
  height: 10px;
}
#footer {
  float: left;
  background: url('images/footer.png') no-repeat;
  width: 1000px;
  height: 185px;
  margin-bottom: 20px;
}