body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #7a272f;
    color: white;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 15px;
}

a {
    border-width: 0px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

    a img {
        border-width: 0px;
    }

    table tr td{
        vertical-align: top;
    }

#main {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
}

.content {
    background: rgba(255, 255, 255, 0.8); /* browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff'); /* IE */
    z-index: 5;
    width: 800px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: black;
    border-width: 4px;
    border-style: solid;
    color: #000000;
    text-align: left;
}

    .content div {
        padding: 10px 10px 10px 10px;
    }

    .contact {
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }

        .contact a {
            font-size: 14px;
        }


.menu {

}

.menu a{
    color: white;
}