body {
    margin: 0px;
    padding: 0px;
    font: 16px American Typewriter, Courier New, mono;
    text-align: center;
    background: url(images/background.jpg) top center;
    color: white;
    min-width: 770px;
}

#container {
    margin: 0px auto;
    width: 770px;
}

h1 {
    text-indent: -5000em;
    width: 770px;
    height: 622px;
    margin: 0px;
    padding: 0px;
    background: url(images/header.jpg) no-repeat;
}

#content {
    margin: 0px auto;
    width: 650px;
    margin-top: -40px;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

a {
    color: white;
    border-bottom: 2px solid white;
    text-decoration: none;
}a:hover {
    border-bottom: 2px solid #d2663a;
}

#downloadlink {
    display: block;
    margin: auto;
    text-indent: -5000em;
    width: 418px;
    height: 50px;
    background: url(images/clicktodownload.gif) 0px 0px no-repeat;
    border: none;
}#downloadlink:hover {
    background: url(images/clicktodownload.gif) 0px -50px no-repeat;
}

#sendtoafriend {
    border-top: 2px solid white;
}

#sendtoafriend p{
    margin-bottom: 20px;
}

#tandc {
    font-size: 12px;
    line-height: 12px;
    width: 500px;
    margin: auto;
}

#footer {
    border-top: 2px solid white;
}
