@charset "utf-8";
#header {
	height: 250px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	float: none;
	background-position: center;
	background-image: url(SealKingLogo.jpg);
	background-repeat: no-repeat;
}
#body {
	height: 150px;
	width: 1000px;
	font-family: "Trebuchet MS";
	font-size: 16pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 25px;
}
#footer {
	height: 200px;
	width: 1000px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	padding-top: 50px;
}

