* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

img, input, textarea, select, form, td, th, table, div, video, audio {
    max-width: 100%;
    height: auto;
}

img {
    border-style: none;
}

input[type="text"], input[type="file"], input[type="password"], textarea {
    box-sizing: border-box;
    width: 100%;
}

iframe {
    max-width: 100%;
    border: 0;
}

p {
    margin: 0.5em 0;
}

table {
    vertical-align: top;
    text-align: left;
    border-style: none;
    border-spacing: 0px;
    width: 100%;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
}

div {
    display: block;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, h7 {
    text-align: left;
}

body {
    background-color: #000000;
}

body, input, textarea, select, form, th, td, form, table, div {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}

hr {
    border-top: 0.1em solid #000000;
    border-bottom: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

h1 {
    text-align: center;
}

#container-page {
    width: 100%;
    height: 100%;
    display: table;
}

#container-main {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#content-center {
    float: none;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}