/* pop up window code */
div.centerbox
{
width: 505px;
margin-right: auto;
margin-left: auto;
}

img.image
{
	display: none;
}

dl#splash
{
	margin: 0;
	padding: 0;
	background: transparent url(../images/wp-pa-large.gif) top left no-repeat;
	height: 313px;
	width: 600px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declarations ---------- */
dd#english{ top: 254px; left: 196px; }
dd#english a{ position: absolute; width: 188px; height: 54px; text-decoration: none; }
dd#english a span{ display: none; }
dd#english a:hover{ position: absolute; background: transparent url(../images/wp-pa-large.gif) -196px -254px no-repeat; top: 0px; left: 0px; }
dd#english a:hover span{
	display: none;
}

dd#french{ top: 253px; left: 400px; }
dd#french a{ position: absolute; width: 188px; height: 54px; text-decoration: none; }
dd#french a span{ display: none; }
dd#french a:hover{ position: absolute; background: transparent url(../images/wp-pa-large.gif) -400px -253px no-repeat; top: 0px; left: 0px; }
dd#french a:hover span{
	display: none;
}
