body {
  background-color: #FF8800;
  background-image: url('images/bg.svg');

  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
/*
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
  */

/*
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  */
}

/*
#bg {
  position: fixed;
  top: 0;
  left: 0;

  min-width: 100%;
  min-height: 100%;
}
*/


html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}
