html {
	width: 100%;
	height: 100%;
	}

img {
	border: 0;
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	}

html>body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	}

#wrapper {
	width: 99%;
	height: 99%;
	margin: 0 auto;
	}

#splashdiv {
	position: relative;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 450px;
	margin-left: -225px;
	margin-top: -125px;
}

#logolink img {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 40px;
}

#pgrlink img {
	height: 57px;
	width: 91px;
	margin: 25px auto;
}

#textlink {
	font: large Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 200%;
	color: #999;
	text-decoration: none;
}