html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    color: #000;
    background-image: url('strip.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

div#wrapper {
    width: 451px;
    margin: 0px auto 0px;
    padding-top: 160px;
}

img {
    display: block;
    border: none;
}

p {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

p.first {
    margin: 115px 0px 15px 0px;
}

p.second {
    height: 21px;
    line-height: 21px;
    background-image: url('logo_small.png');
    background-repeat: no-repeat;
    background-position: 42px 0px;
}