/*DO NOT INCLUDE THIS STYLE IN MASTER - HTML PAGES USE THIS DIRECTLY IN ORDER TO NOT
GET A FLASH OF UNSTYLED CONTENT*/

#dsf-splash {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(246, 246, 246, 1) 43%, rgba(237, 237, 237, 1) 93%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(9%, rgba(255, 255, 255, 1)), color-stop(43%, rgba(246, 246, 246, 1)), color-stop(93%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(246, 246, 246, 1) 43%, rgba(237, 237, 237, 1) 93%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(246, 246, 246, 1) 43%, rgba(237, 237, 237, 1) 93%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(246, 246, 246, 1) 43%, rgba(237, 237, 237, 1) 93%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(246, 246, 246, 1) 43%, rgba(237, 237, 237, 1) 93%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}
.dsf-perfect-center {
    width: 500px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -75px;
    text-align: center;
}
