@charset "utf-8";
/* CSS Document */

.centered{
   position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.centered1{
   position: absolute;
    margin: auto;
    top: 256;
    left: 0;
    right: 0;
    bottom: 0;
}

