#welcomeText {
    width:573px;
    height:196px;
    background:transparent url(../images/welcome_text.gif) top left no-repeat;
}

* html #welcomeText {
	position:relative;
	top:-100px;
}

*+html #welcomeText {
	position:relative;
	top:-100px;
}

#days-until {
    display:block;
    float:right;
    position:relative;
    left:301px;
    top:50px;
    z-index:2;
	margin:0;
}


#guest-book {
	clear:both;
	margin-top:20px;
}