﻿
/*html{
    background: url(../images/under_construction_animated.gif) no-repeat center center fixed;
     background-size: cover;
     }*/
body {
    background: url(../images/under_construction_animated.gif) no-repeat fixed;
    min-width:100%;
    min-height:100%;
    background-size: cover;
    background-color:black;
}
#bg {
    background:url(../images/under_construction_animated.gif) no-repeat center;
    min-width:100%;
    min-height:100%;
    background-color:black;
    font-style:oblique;
    color:aqua;
    }





