body
{
	background-color: black;
	margin: 0px;
	text-align: center;
	/*font-family: Helvetica;*/
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 9pt;
	color: #686868;
}

a
{
	text-decoration: none;
}
	a:hover
	{
		text-decoration: underline;
	}
	a:focus
	{
		outline: none;
	}
	a img
	{
		border: none;
	}

.exit-overlay-top, .exit-overlay-bottom
{
	position: absolute;
	z-index: 1000000;
	left: 0px;
	width: 100%;
	/*background: #000 url('../images/change-page.png') no-repeat -10% 50%;*/
	background-color: #000;
	background-repeat: no-repeat;
}
	.exit-overlay-top
	{
		top: 0px;
		background-image: url('../images/change-page_top.png');
		background-position: 50% 100%;
	}
	.exit-overlay-bottom
	{
		bottom: 0px;
		background-image: url('../images/change-page_bottom.png');
		background-position: 50% 0%;
	}
