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

html, body      {
        width:100%;
        height:100%;
        margin: 0;
        padding: 0;
		background-color:#000000
        }

body    {
        display: -moz-box;
        display: -webkit-box;
        -moz-box-align: center;
        -webkit-box-align: center;
        -moz-box-pack: center;
        -webkit-box-pack: center;
        }

