﻿body, html
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana;
	font-size: 88%;
	color: #000;
	background-color: #fff;
}

.none {display: none;}

#divCredits
{
	width: 276px;
	height: 119px;
	overflow: hidden;
	padding: 62px 0 0 44px;
	background-image: url(../Images/credits.jpg);
	background-repeat: no-repeat;
	
}

#divDisclaimer
{
	width: 283px;
	height: 241px;
	overflow: hidden;
	background-image: url(../Images/disclaimer.jpg);
	background-repeat: no-repeat;
	padding: 114px 14px 0 22px;
	font-size: 90%;
}