 html, body {
        margin: 0;
        padding: 0;
        /*font-size: 12px;*/
        font-family: verdana;
    }

    #container {
        width: 100%;
        height: 100%;
        display: table;
        position: absolute;
        background-image: url("http://reserved.dvdh.cloud/img/bg.jpg");
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    #logo {
        padding: 5px;
        background-color: #1356A6;
        margin-bottom: 1px;
        border-radius:  10px;
    }

    #box {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

    #inner {
        width: 514px;
        margin: 0 auto;
        text-align: center;
    }

    #content {
    	height: 230px;
    	/* background-color: #d9d9d9;*/
    	background-color: #ADADAD;
		border-radius:  10px;
		color: #000000;
    }

 h1 {

 	 /*font-size: 12px;*/
        font-family: verdana;
 }

 a {
    color: #000000;
}