	html, body
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;

		background-color: rgb(51,51,51);
	}

	table
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;

		border-style: none;
		border-width: 0px;

		background-image: url(splash.jpg);
		background-position: center center;
		background-repeat: no-repeat;
	}

	table tr td
	{
		text-align: center;
		vertical-align: middle;
	}
