@charset "UTF-8";


body {
	background: #000000 url('../images/holy_metal_pattern.jpg') repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	background-color: #000000;
}


#container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}


#background {
}

img.bg-image {
	position: absolute;
	z-index: 5000;
}


#flash_container {
	position: absolute;
	z-index: 7000;
}

#flash {
}

#content {
	position: absolute;
	z-index: 8000;
}

#products {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	z-index: 8500;
}

#products_board {
       display: inline;
	position: absolute;
	z-index: 5001;
}

#other_content {
	display: inline;
	position: absolute;
	overflow: hidden;
	text-align: center;
	z-index: 10000;
}

#adBanner {
	position: absolute;
	z-index:9000;
	border: 0px;
}

#adBannerAlt {
	position: absolute;
	z-index:9001;
	border: 0px;
}

.getStuff {
	position: relative;
	float: left;
	padding-right: 10px;
}

.warning {
	position: relative;
	top: 120px;
}

#sub_navigation {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 11001;
	
	font: normal normal 900 12px arial, sans
}

.selected {
	color: #fff200;
	text-decoration: none;
}

.subNav {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #fff200;
	text-decoration: none;
}