body {
	background: url('splat.png') no-repeat 0px 0px #fff;
	margin: 0px 0px 50px 0px;
	font-family: georgia;
}
a,a.visited {
	text-decoration: none;	
}
div#reset {
	clear: both;
}
div#header {
	margin: 0;
	position: relative;
	height: 15px;
	top: 0px;
	left: 0px;
}
div#header p {
	float: left;
	padding: 0px;
	margin: 0px;
}
div#header p#top-part,a {
	position: relative;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	font-size: 18px;
	color: #999;
	width: 400px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	font-style: italic;
}
div#header p#updated {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #999;
	font-size: 10px;
	width: 180px;
}
div#header p#hint {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #999;
	font-size: 12px;
	width: 180px;
	text-align: right;
}
div#master-biznatch {
	clear: both;
	position: relative;
	width: 1040px;
	left: 50%;
	margin: 20px 0px 50px -520px;
	padding-left: 20px;
	padding-bottom: 50px;
}
div.list-container {
	width: 320px;
	float: left;
	margin: 20px 20px 20px 0px;
	border: 1px solid #999;
}
div#list-top {
	background: url('bar.gif') top left repeat-x;
	height: 20px;
	border-bottom: 1px solid #999;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
}
div#list-top p {
	padding: 4px 0px 4px 0px;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	font-variant: small-caps;
}
div#list-body {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	#background-image: Url('slash.gif');
}
div#list-body li {
	list-style: none;
	padding-left: 20px;
}
div#list-body li span {
	font-size: 10px;
	font-style: italic;
	padding-left: 5px;
	font-variant: small-caps;
}
div#list-body p {
	color: #999;
	margin: 10px 0px 5px 5px;
}
div#list-body .shizbits {
	position: relative;
	text-align: right;
	top: -5px;
	font-size: 10px;
	margin: 0px 0px -10px 0px;
	cursor: pointer;
	color: #404040;
}
li#sold {
	text-decoration: line-through;
	color: #808080;
}
li.found {
	color: #808080;
	font-style: italic;
	font-size: 10px;
}
li.found span {
	text-decoration: none;
}
#overback {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.30;
	z-index: 98000;
	position: absolute;
	top: 0;
	left: 0;
}
#hotkey-list {
	width: 500px;
	z-index: 99000;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -250px;
	border: 8px solid #404040;
	-webkit-border-radius: 20px;
	-moz-border-radius: 4%;
	height: 500px;
	background: #000;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: helvetica;
}
#hotkey-list #content {
	height: 90%;
	overflow: auto;
	padding: 2%;
	text-align:center;
	background: url('splat-dark.png') no-repeat 0px 5px;
}
#hotkey-list #content img {
	align: center;
	margin: -15px 0px 0px 0px;
}
#hotkey-list #content img.image-click {
	border: 4px solid #999;
	-webkit-border-radius:20px;
	-moz-border-radius: 4%;
	margin:0px;
}
.bigImg {
	width: 100%;
}
#hotkey-list #content p.stuffBelow {
	padding: 10px;
	text-indent: 15px;
	font-size: 14px;
	text-align: left;
	
}
#hotkey-list #content ul {
	text-align: left;
	margin: 10px 0px 10px 20px;
}
#hotkey-list #content li {
	padding: 5px 0px 0px 8px;
	list-style-type: hiragana;
	font-size: 16px;
}
#hotkey-list #content li span {
	font-weight: normal;
	font-size: 14px;
	padding-left: 15px;
}
#hotkey-list #bottom {
	border-top: 1px solid #999;
	text-align: right;
	padding: 5px 10px 0px 0px;
	font-size: 16px;
	margin-top: 2%;
}
.close-button {
	cursor: pointer;
	background: url('closelabel.gif') no-repeat top right;
	height: 15px;
	width: 75px;
	position: relative;
	left: 100%;
	margin: 0px 0px 0px -75px;
	
}
li {}
.masteroverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 97000;
}