@charset "UTF-8";
/* CSS Document */

.jumbotron {
  background-color: transparent;
}
html { 
  height: 100%; 
  display: table; 
  width: 100%; 
} 
body { 
  display: table-cell; 
  vertical-align: middle; 
	background-image: url(/images/bg_center-01.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
} 
