html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #1f1f1f;
}

#wrapper {
    margin: 75px auto 0 auto;
    width: 940px;
    height: 435px;
    border: 1px solid #000;
    background: #fff;
    z-index: -1;
    background-image: url('img/frontslide/mynd0.jpg');
}

#background {
    position: absolute;
    top: 76px;
    z-index: 1;
    width: 940px;
    height: 435px;
}

#logo {
    position: relative;
    top: -1px;
    left: -1px;
    height: 84px;
    width: 180px;
    padding: 0px 10px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 2;
    background-color: #1f1f1f;
}

#slogan {
    position: relative;
    float: right;
    top: -40px;
    z-index: 2;
}

#slogan h1 {
    font-family: harrington, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

#logo img {
    position: relative;
    top: -16px;
    z-index:1000;
}

#buttons {
    position: relative;
    width: 170px;
    padding-left: 10px;
    float: left;
    z-index: 2;
}

.buttonInside {
    position: relative;
    top: 30%;
}

.buttonInside2 {
    position: relative;
    top: 10%;
}

.button {
    width: 100%;
    height: 55px;
    padding: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: harrington, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    z-index: 2;
}

.button a {
    color: #fff;
    text-decoration: none;
}

#contact {
    position: relative;
    top: 321px;
    right: 10px;
    float: right;
    width: 500px;
    padding: 2px 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 2;
    font-size: 10px;
    text-align: center;
}

#contact a {
    color: #fff;
}