#wrapper {
    width: 283px;
    margin: auto;
    margin-top: 130px;
}

#head {
    position: relative;
}

h1 {
    display: block;
    text-indent: -300ex;
    width: 279px;
    height: 220px;
    background: url(box.png) top left no-repeat;
}

#button {
    position: absolute;
    bottom: 15px;
    left: 78px;
    width: 123px;
    height: 43px;
    background: url(button.png) top left no-repeat;
    text-indent: -300ex;
}

#button:hover {
    background-position: -123px 0;
}

#logo
{
    width: 84px;
    margin-left: 100px;
}

p {
    margin-top: 5px;
    padding-bottom: 5px;
    font: 12px/12px Tahoma, sans-serif;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: blue;
}

