/* -kensaltown.com site.css- */


* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
html, body, table, tr, td {
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: top;
}
#wrapper, #splash-wrapper { 
	height: 100%;
	margin: 0 auto 0;
	top: 0px;
}
html, table, tr {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-color: #F2F2F2;
}
#splash, #splash-wrapper td {
	background-color: #F2f2f2;
	vertical-align: middle;
}
#center {
	margin: 0 auto 0;
	height: 182px;
	width: 480px;
}
a:link {
	border: 0px;
	text-decoration: none;
}
a:visited {
	border: 0px;
	text-decoration: none;
}
a:hover {
	border: 0px;
	text-decoration: none;
}
a:active {
	border: 0px;
}
img {
	border: 0px;
	text-decoration: none;
}