#things {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -200px;
    
    background-image: url(download.png);
}

h1,h2 {
    display: none;
}

#download {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -90000px;
    overflow: hidden;
}

#links {
    font-family: Sabon, Baskerville, Garamond, "Book Antiqua",
    "My God, at This Point Your System is Practically Devoid of any Respectable Fonts At All", serif;
/*    text-transform: uppercase;*/
    font-variant: small-caps;
}

a {
    font-size: 0.9em;
    line-height: 1.5em;
	color: #070;    
}

form {
    display: inline;
    margin: 0;
}