/*----------------------------------------------
 |  base.css |
 |-----------
 |  Basic elements (body,a,img,hr...)
 *---------------------------------------------*/
body {
  background-color: #c5c5c5;  
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-left: 50px;
  padding-bottom: 20px;
  color: #555555;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}