body {
    background-color: #fff;
    color: #000;
    font-size: 110%;
    text-align: center;
    margin: 0;
}

body,
input {
    font-family: tahoma, arial, sans-serif;
    font-weight: bold;
}

#name {
    width: 200px;
}

#mainForm {
    display: block;
    background-color: #000;
    padding-top: 95px;
    margin-top: 0;
    width: 100%;
    color: #fff;
    height: 40px;
}

#mainForm p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.image img {
    width: 168px;
    height: 202px;
    margin-top: 2px;
}

#also {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 70%;
    text-align: right;
    width: 250px; /* 300 */
    height: 60px; /* 20 */
    font-weight: normal;
}

#also,
#also a {
    color: #ddd;
}

.ad {
    margin-top: 37px;
    width: 347px;
    height: 71px;
    background-image: url(ad-back.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
}
