body{
  background: #000;
  font-family: Arial;
}
#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  background-color: #000;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  /*bottom: 0;*/
  margin: auto; 
  min-width: 50%;
  min-height: 100%;
}

#logo{
  background: url('/popup_downtime_netbet/css/images/netbet_logo.png') 50% 0 no-repeat;
  position: relative;
  width: 100%;
  height: 109px;
}

#content{
  position: relative;
  width:100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

#content h1{
  color: #FEEC97;
  margin:0;
}

#content p{
  margin: 0;
}

#content a{
  color: #FEEC97;
}