*{ margin: 0px; }

body
{
        font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
        color: #777777;
        background-color: white;
        background-image: url("design/bg.png");
        background-repeat: repeat-x;
        text-align: center;
}

a { text-decoration: none; }
        a img { border-width: 0; }
        a:link, a:visited, a:active { color: #777777; }
        a:hover { color: #000; text-decoration: underline; }

span#mark { padding: 10px; }
div#templat, div#logo,  div#info,  div#copy
{
     margin: 0 auto;
     width: 931px;
     text-align: center;
}

    div#logo
    {
            background-image: url("design/logo.png");
            background-repeat: no-repeat;
            height: 199px;
    }

    div#message
    {
            width: 520px;
            margin: 120px auto;
            height: 22px;
            padding: 22px;
            padding-top: 26px;
            padding-bottom: 18px;
            background-image: url(design/bg-info-IE.png);
            background-repeat: repeat-x;
    }
            div#message h1
            {
                    font-size: 11px;                   
                    letter-spacing: 1px;
                    color: white;
                    font-weight: normal;
            }
            
        div#info, div#copy
        {
                width: 700px;
                padding: 10px;
                font-size: 10px;
        }

        div#copy
        {
                background-image: url(design/bg-copy.gif);
                background-repeat: no-repeat;
                background-position: top center;
        }
