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



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


body {
    background: url(/images/bg.jpg)  no-repeat fixed;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -o-background-size:100% 100%;
    -khtml-background-size:100% 100%;
    background-size:100% 100%;
    background-color: #4b2f6c;
}
   
   

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

 