﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(/imgs/statvu.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 300px;
    max-width: 100%;
    max-height: 100%;
}