html, body { width: 100%; height: 100%; }
body { background-color: #FFFFFF; text-align: center; }
h1 {
    text-indent: -5000em;
    background: url(../images/smurfpoop.jpg);
    width: 282px;
    height: 244px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -122px;
    margin-left: -141px;
}