body {
    background-color: #000;
    margin: 0;
    padding: 0;
    /*font-family: Verdana, Arial, Helvetica, sans-serif; */
    /*font-family: 'Aldrich', sans-serif; */
    /*font-family: 'Asap', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
    background-image: url('bg.png');
    background-repeat: repeat;
}

a {
    border: none;
}

div.clear {
    clear: both;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 25px;
    z-index: 1000;
}

.menu2 {
    margin-top: 1px;
    margin-right: 40px;
    font-weight: bold;
}

#menu a, #menu a:visited {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 0 20px;
}

#title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 50px;
    color: #ddd;
    font-size: 24px;
}

.center {
    text-align: center;
}

.mailing-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.mailing-list h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.mailing-list label {
    font-size: 18px;
}

.mailing-list input.button {
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    background: #D47D25;
    border: 0 none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.mailing-list div.mc-field-group input {
    width: 300px;
}
