/* Put your custom css here */
.bg_container {
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
width: 100%;
position: fixed;
z-index: -1;
top: 0;
left: 0;
}
p {
    text-align:justify;
}