/*	-------------------------------------	this is required so the #pawBox within 	will adjust its position as #centerWrapper 	centers the page contents	-------------------------------------*/#pawBoxHolder {	position: relative;}/*	-------------------------------------	this is required so the paw images can be	hidden until needed, and so they'll	float above all other page content-------------------------------------*/#pawBox {	position:absolute;	left:0px;	top:0px;	width:180px;	visibility: hidden; }
