html, body {
  
  background-color: #000;
   height: 100%;
}




.content {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.picbox {
  
  margin: 0 auto;
}


.picscal {
 
  max-width: 100%;
  height: auto;
  width: 100%\0/; /* IE8 hack fuer max-width */
}
