        wrapper
        {
            width: auto;
        }
        body
        {
            text-align: center;
            background: #000000;
        }
        div
        {
            margin-left: auto;
            margin-right: auto;
            width: 800px;
        }
        button
        {
            background: #666666;
            color: Silver;
            height: 25px;
            width: 120px;
            margin-left: 1px;
            margin-right: 1px;
            font-weight: bold;
            border-color: Silver;
        }
        hr
        {
            color: #666666;
            width: 800px;
        }
        p
        {
            text-align: justify;
            color: Silver;
            font-family: Calibri;
            font-size: large;
        }