body {
	overflow: hidden;
	height: 100%;
	margin: 0;
}


.introcontent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

//	left:expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
//	top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");
	left:expression(documentElement.clientWidth/2 - this.clientWidth/2 + " px");
	top:expression(documentElement.clientHeight/2 - this.clientHeight/2 + " px");

	width: 732px;
	height: 54px;
}

#falshslice {
	height: 28px;
}

#entryslice {
	text-align: center;
}
