body
{
	padding: 0em 2em 0em 2em;
	/*
	background-image: url("pics/full_name_papyrus24italic_144x38.gif");
	background-repeat: no-repeat;
	background-position: 3em bottom;
	background-attachment: fixed;
	*/
}

table.maintable
{
	border: 0px solid green;
	padding: 0px;
	width: 500px;
	height: 500px;
	border-collapse: collapse;
	min-width: 500px;
	max-width: 500px;
	min-height: 500px;
	max-height: 500px;
	background-color: transparent;
	background-image: url("pics/homepagemap.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

table.maintable td { border: 0px solid green; }

table.maintable td.emptycell
{
	text-align: center;
	vertical-align: middle;
	text-transform: inherit;
	border: 0px solid red;
	width: 50px;
	height: 50px;
}

a:link img { border: none; }
a:visited img { border: none; }

table.linkname {
	border: 0px solid green;
	padding: 0px;
	border-collapse: collapse;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

table.linkname td {
	border: 0px solid gray;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	max-width: 500px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	width: 500px;
}

