/* ------------------------------------------------------

  *Filename:            root.css
  *Description:         CSS for root page
  *Version:             1.0.0 (2009-08-23) YYYY-MM-DD
  *Website:             hrejiviplysaci.cz
  *Author:              Jaroslav Piela

-------------------------------------------------------*/

/* === REWRITE ======================================= */

#screen {
  padding-bottom: 20px;
}

#main {
	background-image: url('/img/bgr-main-root.gif');
	margin: 0 0 10px 0;
}

#content {
  background-image: url('/img/bgr-content-top-root.gif');
}

#content .box {
  background-image: url('/img/bgr-content-bottom-root.gif');
  padding-bottom: 25px;
}