﻿body {
    background-image: url('http://localhost:62244/img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    font-family: 'Century Gothic';
}

#main {
    background-color: #ffffff;
    padding: 10px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.errorControl {
    border: red 1px solid;
}

.smallprint {
    color:#808080;
    font-size:0.8em;
    text-align:center;
}

h2 {
    font-size:1.2em;
}