body
{
	background: #a3a3a3;
	font-family: Arial;
}
#layout
{
	display: block;
	position: absolute;
	height: 700px;
	width: 700px;
	background: url(images/splash.png);
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -350px;
}
#copyright
{
	position: absolute;
	margin-top: 505px;
	margin-left: 200px;
	font-size: 10px;
	color: #666666;
}
#copyright a
{
	text-decoration: none;
	color: #666666;
}
#copyright a:visited
{
	text-decoration: none;
	color: #666666;
}
