div { text-align:center; }
body{	background-image:url("pictures/background.gif");
        margin:0;
        background-attachment:fixed;
}

.counter{
    color:white;
    background-image:url("pictures/left_fill.gif");
    margin:0;
    font-size:9px;
}
.title{
  color:blue;
  font-size: 18px;
  font-weight: bold;
}
.text{
  margin-left: 50px;
  margin-right: 50px;
}
