@charset "utf-8";
html, body{
    height: 100%;
    width: 100%;
}
body{
    background: none no-repeat scroll 0 0 rgba(0, 0, 0, 1);
}
#wrapper{
    height: 30px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -150px;
}
#cont{
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
    text-align: center;
}
#cont span{
    color: rgba(255, 255, 255, 1);
    font: bold 30px Tahoma,Geneva,sans-serif;
    text-shadow:    1px 0 rgb(77, 77, 77),
    1px 1px rgb(77, 77, 77),
    0 1px rgb(77, 77, 77),
    -1px 1px rgb(77, 77, 77),
    -1px 0 rgb(77, 77, 77),
    -1px -1px rgb(77, 77, 77),
    0 -1px rgb(77, 77, 77),
    1px -1px rgb(77, 77, 77);
}