body {
	margin: 0;
	padding: 25px;
	background: #fff;
}

#soon {
    display: block;
    width: 800px;
    height: 500px;
    margin: 125px auto 0 auto;
    background: #d00 url('../images/teaser.png') center center no-repeat;    
}

#soon p {
    width: 800px;
    height: 500px;
    margin: 0;
    padding: 0;
    background: url('../images/window.png') left top no-repeat;    
    text-indent: -9999px
}