body {
    font: 12px/16px Helvetica, sans-serif;
    background: black;
    color: white;
}

#wrap {
    width: 800px;
    margin: auto;
}

h1 {
    display: block;
    width: 800px;
    height: 600px;
    background: url(web.png);
    text-indent: -300ex;
}

#copy {
    margin-top: -70px;
    text-align: center;
}

#logo {
    width: 118px;
    height: 118px;
    margin: auto;
    background: url(logo.png);
    text-indent: -300ex;
}

#copy p {
    padding-top: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

