body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
}

body.overlayVisible
{
	overflow: hidden;
	padding-right: 16px;
}
a.button
{
	display: block;
	width: 20px;
	width: 240px;
	padding: 30px 10px 30px 50px;
	background: url(images/button.png);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px auto;
	text-align: left;
}
#content p.intro
{
	width: 400px;
	margin: 0px auto 30px;
	display: block;
	color: #ddd;
	font-size: 14px;
}
#content h1.intro
{
	color: #ddd;
}
iframe
{
	z-index: 0;
}
#hint
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(images/hint.png);
	z-index: 9999999;
}
	#hint.hide
	{
		display: none;
	}
	#hint .frame
	{
		width: 500px;
		height: 400px;
		margin: 120px auto 0px;
	}
	#hint .image
	{
		width: 400px;
		height: 260px;
		margin: 0px auto;
		background: url(images/introImage.png) center center;
	}
	#hint .content
	{
		border: 5px solid #000;
		border-top: 0px;
		width: 260px;
		min-height: 40px;
		margin: 0px auto;
		background: #fff;
		padding: 0px 20px 20px;
		text-align: center;
		font-family: Arial;
	}
	#hint .buttons
	{
		border: 5px solid #000;
		width: 300px;
		height: 30px;
		margin: 0px auto;
		background: #000;
	}
		#hint .buttons button
		{
			float: right;
			margin: 0px 10px;
		}