*{
    margin: 0;
    padding: 0;
}
body{
   font-family: "Exo", sans-serif;
   font-size: 14px;
   background: url(../img/bg.jpg);
}
a{ text-decoration: none; }
img{ border: 0; }
input[type="submit"], 
input[type="radio"],
input[type="checkbox"],
button,
select{
    cursor:pointer;
    border: none;
}