#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em 0;
	padding: 20px 5px 7px 5px;
	background-image:url(../img/bg-note.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background-color: #AD987B;
	border: 1px solid #451708;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}