@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html { 
	
  background: #000 url(/img/magic_still.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  
}

body {
		background: none;
        font-family: 'Open Sans', Tahoma, Arial, Sans-serif;
        font-weight: 300;
		color: white;
        height: 100%;



}

.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
 
 

.centering {
  float:none;
  margin:0 auto;
  width: 80%;
}