

.pointer:hover {cursor:pointer}


.no-finger{
  cursor:default !important;
}


body{
background: url(../img/background.jpg) repeat; 
background-size: 100px;
background-color: rgba(255, 255, 255, 1);

-webkit-user-select:text;
-moz-user-select:text;
-ms-user-select:text;
user-select:text;


}