﻿html {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    outline:none;
}

*{
    outline:none!important;
}


body {
   background: url(../Image/BackGroundPlanet.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#Logo {
    position: absolute;
    background-image: url('../Image/Logo.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    width: 450px;
    left: 50px;
    z-index: 999;
    height: 118px;
    top: 40px;
    z-index: 80;
}

.loading-gif {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}