@charset "UTF-8";
/* CSS Document */

#divContent {
	background-image: url(../images/watermark2.jpg);
	background-repeat: no-repeat;
	background-position: 360px bottom;
	min-height: 0px;
	height: expression( this.scrollHeight < 100 ? "100" : "auto" );
}
#divLft {
	width: 510px;
}
#divText {
	width: 380px;
}
#dontmiss {
	margin-top: 70px;
}
#divRgt {
	width: 340px;
	text-align: left;
}
