html, body, div#background {
	margin: 0;
	padding: 0;
	font-size: 10px;
	height: 100%;
}

div.item {
	display: block;
	z-index: 2;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	height: 200px;
	width: 200px;
	background: transparent url('/image/blank.png') no-repeat;
}

div.type {
	display: block;
	z-index: 2;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	height: 200px;
	width: 200px;
}

div.type span {
	font-family: arial, sans-serif;
	font-size: 11px;
}

div.type h3 {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.title {
	display: block;
	z-index: 2;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	height: 220px;
	width: 200px;
	background: transparent;
}

div#image {
	margin-top: -10px;
	margin-left: 10px;
	height: 100%;
}

div#image img {
	height: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}

div.item img {
	border: 1px solid #AAAAAA;
	height: 200px;
	width: 200px;
}

div.clearer {
	clear: both;
}

div#header {
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background: #000000 url('image/tape.png') no-repeat;
	z-index: 99;
}

div#container {
	height: 100%;
}

div#footer {
	display: block;
	position: absolute;
	width: 100%;
	height: 280px;
	bottom: -360px;
	background: #efefef;
	border-top: 1px dashed #aaaaaa;
	z-index: 98;
}

div#footerContainer {
	width: 960px;
}

div#shader{
	display: block;
	position: relative;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: #000000 url('image/shade.png') repeat-x;
	z-index: 97;
}

div#header h1 {
	display: block;
	position: relative;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	top: 17px;
	left: 55px;
	width: 400px;
	padding: 0px;
}

div#header h2 {
	display: block;
	position: absolute;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	top: 17px;
	right: 50px;
	width: 400px;
	padding: 0px;
	color: #ffffff;
	text-align: right;
}

div#header span {
	display: block;
	position: relative;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	top: 20px;
	left: 55px;
	width: 400px;
	height: 30px;
	padding: 0px;
	color: #FFFFFF;
}

div#header a.name {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

div#header a.name:hover {
	color: #56e1ff;
	border-bottom: 1px dotted #ffffff;
} 

div#header a.logo {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffff00;
	text-decoration: none;
}

div#header a.fadedlogo {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	text-decoration: none;
}

div#background {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: -1;
}

span.backgroundType {
	display: block;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 130px;
	line-height: 120px;
	text-transform: uppercase;
	color: #ffff00;
}

span.itemType {
	font-family: arial, sans-serif;
	font-size: 11px;
}

span.titleType {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000000;
}

div.type a {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

div.type a:hover {
	color: #56e1ff;
}

a.small {
	font-family: arial, sans-serif;
	font-size: 8px;
	text-decoration: none;
	color: #000000;
}