body {
	background-color: white;
	color: white;
    font-family: "Gill Sans", verdana, sans-serif;
}

a, a:link, a:visited, a:hover, a:active{
	color: white;
}

img {
	border: white;
}

table.fullheight {
	height: 100%;
}

tr.fullheight {
	height: 100%;
}

td.imagecell {
	background-color: black;
	padding:5px;
	width:367px;
}

td.thumbnailcell {
	background-color: black;
	padding:5px;
	text-align: center;
}

td.menu {
	background-color: black;
	background-image:url("images/businesscard.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 200px;
	text-align: center;
	width: 250px;
}

td.meta {
	background-color: black;
	padding-top: 10px;
	padding-left: 25px;
	text-align: left;
}

div.splash {
	width: 450px;
    padding-top:150px;
    background-color:black;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
}
