#abs {
	position: absolute;
}
#rel {
	position: relative;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #cd0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666666;
}
html, body, #container {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}
body {
	background-image: url(../images/background_grundge.jpg);
	background-position: left center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#container {
	width: 642px;
	height: 100%;
	margin: auto;
	position: relative;
}
#container #header {
	background-image:url(../images/header.png);
	background-position:bottom;
	height:68px;
}
#container #leaderboard {
	background-image: url(../images/leaderboard.png);
	height:80px;
	width: 642px;
	position:absolute;
	top:78px;
}
#container #contents {
	position: relative;
	top:98px;
	margin-bottom: 108px;
}
#container #contents #contents-top {
	background-image:url(../images/frame_top.png);
	height:22px;
	padding-top: 8px;
	text-align: center;
}
#container #contents #contents-top a:link,
#container #contents #contents-top a:visited,
#container #contents #contents-top a:hover,
#container #contents #contents-top a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#container #contents #contents-top a:hover {
	text-decoration: underline;
}
#container #contents #contents-top a:active {
	color: #cd0000;
}
#container #contents #contents-center {
	position:relative;
}
#container #contents #contents-center #grunge, 
#container #contents #contents-center #grunge_corner, 
#container #contents #contents-center #grunge_light {
	height:100%;
	width:100%;
	position:absolute;
}
#container #contents #contents-center #grunge {
	background-image:url(../images/background_red_hazard.png);
	background-position: top center;
}
#container #contents #contents-center #grunge_corner {
	background-image:url(../images/grundge.png);
	background-position: left top;
	background-repeat:no-repeat;
}
#container #contents #contents-center #grunge_light {
	background-image:url(../images/light.png);
	background-position:center;
	background-repeat:repeat-y;
}
#container #contents #contents-center #cc-top, 
#container #contents #contents-center #cc-bottom {
	height: 50px;
	width: 100%;
	position:absolute;
	background-image:url(../images/shadow_top_bottom.png);
}
#container #contents #contents-center #cc-top {
	background-position:top;
	top:0px;
}
#container #contents #contents-center #cc-bottom {
	background-position:bottom;
	bottom: 0px;
}
#container #contents #contents-center #cc-left, 
#container #contents #contents-center #cc-right {
	height:100%;
	width: 50px;
	position:absolute;
	background-image:url(../images/rounded_plate_sides_vert.png);
}
#container #contents #contents-center #cc-left {
	background-position:left;
	left:0px;
}
#container #contents #contents-center #cc-right {
	background-position:right;
	right: 0px;
}
.vspacer5 {
	display:block;
	margin-bottom:5px;
}
.vspacer10 {
	display:block;
	margin-bottom:10px;
}
#container #contents #contents-center #info {
	position:relative;
	padding-top: 20px;
	padding-bottom: 10px;
}
#container #contents #contents-center #info .label {
	position:relative;
	background-image:url(../images/label.png);
	background-repeat:repeat-x;
	height:33px;
	margin-bottom: 7px;
	display:inline-block;
}
#container #contents #contents-center #info .label .label_shadow_left, 
#container #contents #contents-center #info .label .label_shadow_right {
	position:absolute;
	height:30px;
	width: 14px;
	background-image:url(../images/label_shadow.png);
}
#container #contents #contents-center #info .label .label_shadow_left {
	background-position:right;
	left:0px;
}
#container #contents #contents-center #info .label .label_shadow_right {
	background-position:left;
	right:0px;
}
#container #contents #contents-center #info .label .label_highlight {
	position:absolute;
	height:30px;
	background-image:url(../images/label_highlight.png);
	background-repeat:no-repeat;
	background-position:right;
	right:0px;
}
#container #contents #contents-center #info .label .label_shine {
	position:absolute;
	height:30px;
	width: 10px;
	background-image:url(../images/label_shine.png);
	background-repeat:no-repeat;
	left:0px;
}
#container #contents #contents-center #info .label .label_text {
	font-size:14px;
	color:#CCC;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
}
#container #contents #contents-center #info .page_summary {
	position:relative;
	color:#FFF;
	font-size:1.2em;
	font-weight: bold;
	text-align:justify;
/*	background-image:url(../images/opacity_50.png);
	padding: 5px;*/
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}
#container #contents #contents-center #info .page_item_holder {
	position:relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
}
#container #contents #contents-center #info .page_item_holder .page_item_image {
	padding:5px 0px 5px 5px;
	position:absolute;
	left: 0px;
	background-image:url(../images/page_item_top.png);
	background-repeat:repeat-x;
	border-bottom: 3px solid #000;
}
#container #contents #contents-center #info .page_item_holder .page_item {
	position: relative;
	background-image:url(../images/page_item_repeat.png);
	background-color:#FFF;
	min-height: 150px;
	border-bottom: 3px solid #000;
}
#container #contents #contents-center #info .page_item_holder .page_item_image+.page_item {
	margin-left:205px;	
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_top {
	background-image:url(../images/page_item_top.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents {
	position:relative;
	padding: 5px 5px 0px 5px;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents h1 {
	margin: 0px;
	font-size:1.4em;
	font-weight:bold;
	color:#cd0000;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents h2 {
	margin: 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents h3 {
	margin: 0px 0px 5px 0px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	background-color:#cd0000;
	display: block;
	padding: 5px;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents p {
	margin: 0px 0px 5px 0px;
	font-size:1.0em;
	color:#252525;
	text-align:justify;
}
#container #contents #contents-center #info .page_item_holder .page_item .page_item_contents h1+p {
	margin-top: 5px;
}
#container #contents #contents-bottom {
	background-image:url(../images/frame_bottom.png);
	height:30px;
}
#container #copyright {
	color:#999;
	text-align:center;
	padding: 10px;
}