body {
	font: 85%/1.5em "Comic Sans", "Comic Sans MS", cursive, "Gill Sans", Arial;
	width:100%;
	height:100%;
/*IE6 blocks clicks outside 1st div(pig) if body not forced open*/
	padding:0;
	margin:0;
	background: url("../img/pig.gif");
}


#pig {
	background: url("../img/pigs_ani.gif") 600px 135px no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
/*IE7 blocks clicks outside 1st div if it is not forced open*/
	display:block;
}

#package {
	position:absolute;
	top:135px;
	left:200px;
	width:400px;
	height:405px;
	background: green;
}

h1 {
	background: url("../img/wst_logo.gif") 0 0 no-repeat;
	text-indent:-6000em;
	width:378px;
	height:216px;
	xoverflow:hidden;
	padding:0;
	margin: 11px 0 0 11px;
}

p {
	margin:11px;
}

a#trigger {
	position:absolute;
	top:270px;
	left:0px;
	width:200px;
	height:135px;
	display:block;	
}

a#screen {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
}

em.ie{
display:none;
background:red;
color:white;
}