/* 
    Document   : style
    Created on : 2009-9-14, 21:05:57
    Author     : m1t3
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #e7e7e7;
  background-image: url('images/bgr.png');
  background-repeat: repeat-x;
}



