#container
{
	width: 800px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -150px;
}
H1.fontface
{
	font: 60px/68px WCRhesusABtaRegular, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0;
}
P.style1
{
	font: 45px/27px WCRhesusABtaRegular, "Trebuchet MS", Arial, sans-serif;
}
P.style2
{
	font: 45px/27px WCRhesusBBtaItalic, "Trebuchet MS", Arial, sans-serif;
}
#container P.style2
{
	width: 715px;
	text-align: right;
	cursor: default;
}
#container A
{
	display: block;
	float: right;
	margin: -80px 35px 0 0;
	border: none;
	width: 50px;
	height: 50px;
	background: url(images/info.png) no-repeat;
}
#container A:hover
{
	cursor: pointer;
}

