body {
     background-color: black;
     background: url(../images/wallpapers/earth3.jpg) no-repeat center center fixed; 
    /* background: url(../images/wallpapers/earth2.jpg) no-repeat center center fixed; */
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;  
      margin:0px;
      margin-top:45px;
}
/*---------------------------------Style MyIP------------------------------------------------------------*/
.myip{
    background-color: rgba(255, 255, 255, 0.3);
    color:#fff;
    font: 15px arial, sans-serif;
    /*font-family: Courier New;*/
    font-size: 28px;
    width: 50%;
    padding:15px;
    margin:0 auto;
    text-align: center;
}
.myip h3{
    font-size: 35px;
    color:#000;
}
/*---------------------------------Style Footer------------------------------------------------------------*/
.footer {
    font-family: Arial, Helvetica, sans-serif;
    border-top: 2px solid rgba(0,0,0,0.1);
    /*padding: 5px;*/
    font-size: 156%;
    /*background:#2b2b2b;*/
    color:#e0b549;
    /*height: 100%;*/
     position: fixed;
     bottom:0%;
     right:10px;
}