@media Screen {

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        font-family: Times New Roman;
        font-size: 14px;
        background: #440118;
    }

    a {
        outline-style: none !important;
    }

    html {
        overflow-y: scroll;
    }

    :focus {
        outline: 0;
    }

    table,
    td {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }

    form {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    img {
        border: 0;
    }

    a {
        color: #4686c6;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        outline: none;
    }

    div.body {
        width: 1000px;
        height: 770px;
        position: relative;
        margin: auto;
        background: #440118 url(/d_bg.gif) left top no-repeat;
    }

    div.body h1 {
        font-size: 36px;
        font-family: Times New Roman;
        font-weight: normal;
        color: #ffffff;
        position: absolute;
        left: 102px;
        top: 145px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    div.body h2 {
        font-size: 29px;
        font-family: Times New Roman;
        font-weight: normal;
        color: #aa4d6d;
        position: absolute;
        left: 102px;
        top: 232px;
        font-style: italic;
    }

    div.body div.photo {
        position: absolute;
        width: 400px;
        height: 300px;
        left: 500px;
        top: 208px;
    }

    div.body div.info {
        position: absolute;
        left: 0px;
        top: 280px;
        width: 420px;
        height: 244px;
        background: url(/contacts_bg.gif) left top no-repeat;
    }

    div.body div.info div.text {
        margin: 20px 20px 0px 102px;
        color: #ab4e6e;
        font-family: Times New Roman;
        font-style: italic;
        font-size: 18px;
    }

    div.body div.info div.text big {
        font-size: 24px;
    }

    div.body div.info div.text span {
        color: #ffffff;
    }

    div.body div.info div.text .rm {
        font-style: normal;
    }

    div.body div.info div.text div.gr1 {
        margin-top: 20px;
        line-height: 17px;
    }

    div.body div.info div.text div.gr2 {
        margin-top: 5px;
    }

    div.body div.info div.text div.decored {
        border-top: solid 1px #410a1e;
        margin: 4px 0px 20px 0px;
        width: 250px;
        white-space: nowrap;
    }

    div.body div.address {
        position: absolute;
        left: 102px;
        top: 556px;
        color: #ffffff;
        font-family: Times New Roman;
        font-size: 20px;
        font-style: italic;
    }

    div.body div.address small {
        font-size: 15px;
    }

    div.body div.address a:link,
    div.body div.address a:visited {
        color: #ffffff;
    }

    div.body div.address a:hover,
    div.body div.address a:active {
        text-decoration: underline;
    }
}

form {
    display: none;
}

img {
    border: none;
}