* {
  margin: 0;
  padding: 0;    
  font-family: 'Roboto Condensed', sans-serif;
}



body,td,p,form{
    font-size: 15px;
    color: white;
}


body {
    background: url(/images/bg.png)  no-repeat fixed;
}
   
   

html, body { 
    min-height: 100%;
}

 