body {
    overflow-x:hidden;
    margin:0px;
}

#logo {
    position: relative;
    display: block;
    margin: 10px auto 5px;
    width:259px;
    height:280px;
}

.mcon {
    font-family: 'Oxygen';
    font-size: 14px;
    line-height: 1.4;
    width:640px;
    margin:30px auto;
}

.mcon h3 {
    font-size:16px;
    font-weight:700;
    text-align: center;
    margin-bottom:16px;
}

#spotbut {
    display: block;
    margin: 20px auto;
    height:50px;
    cursor:pointer;
}

#spotcred {
    position:fixed;
    width:100%;
    font-family: 'Oxygen';
    font-size: 12px;
    text-align:center;
    padding: 5px;
    background-color: #C8D3AA;
    bottom:0px;
}

a#spotlink {
    text-decoration: underline;
    font-weight: 700;
    color: #648f00;
}

