
body {
    background: url(../img/body.jpg);
    font: normal 12px/15px Arial;
}

#shape {
    background: url(../img/pattern.png) repeat-x 0 0;
    _background: url(../img/pattern.gif) repeat-x 0 0;
    display: block;
    height: 53px;
    left: 0;
    position: absolute;
    top: 112px;
    width: 100%;
    z-index: 100;
}

#wrapper {
    background: #fff url(../img/title.jpg) no-repeat 42px 135px;
    border-bottom: 1px solid #ee84b5;
    height: 480px;
    margin: 112px auto 0;
    text-align: center;
    width: 480px;
    position: relative;
    z-index: 10;
}

p {
    font: normal 12px/17px Arial;
    padding: 271px 0 25px;
    text-align: center;
}

p small { font-size: 11px; }

a {
    color: #ee84b5;
}

#strik {
    background: url(../img/strik.png) no-repeat 0 0;
    _background: url(../img/strik.gif) no-repeat 0 0;
    display: block;
    height: 128px;
    left: 50%;
    margin-left: -151px;
    position: absolute;
    top: 95px;
    width: 303px;
    z-index: 200;
}

