/* 
    Document   : site
    Created on : Oct 17, 2013, 3:20:10 PM
    Author     : mmoreno
    Description:
        Purpose of the stylesheet follows.
*/
html{
    height: 100%;
}
body {
    height: 100%;
    background: #ffffff url('/assets/img/bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size:cover;
    background-size: cover;
}

.center {
    margin: 0 auto;
    float: none;
}
.container-fluid{
    height: 100%;
}

.flashDiv{ 
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
}
