#content_container {
	background:	left top url(/images/background_content_container.jpg) no-repeat;
}

h1 {
	width: 981px;
	height: 480px;
	position: absolute;
	top: 36px;
	left: 1px;
	text-indent: -19999px;
	background: url(/images/badge/h1_badge.jpg) 0 0 no-repeat;
	}
	
#content {
	position: absolute;
	left: 342px;
	top: 143px;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0px;
	}
	
#content h2.space {
	margin: 0 0 10px 0;
	}
	
#content p {
	font-size: 12px;
	width: 580px;
	margin: 0 0 20px 0px;
	}
	
#content #badges {
	position: relative;
	width: 600px;
	height: 250px;
	overflow: auto;
	}
	
#badges ul {
	list-style-type: none;
	overflow: hidden;
	}
	
#badges ul li {
	float: left;
	display: block;
	margin: 0 0 15px 0;
	}
	
#badges ul li.left {
	width: 250px;
	margin: 0 10px 0 0;
	clear: left;
	}
	
#badges ul li.right {
	width: 300px;
	}
	
#badges ul li .code {
	width: 298px;
	border: 1px solid #d5d6cc;
	padding: 0px;
	font-size: 12px;
	}
	
	
.badge {
	position: relative;
	height: 350px;
	}
	
.badge a#bt_next {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	display: block;
	width: 250px;
	height: 65px;
	border: 0;
	padding: 25px 0 0 70px;
	position: absolute;
	bottom: 0px;
	left: -5px;
	cursor: pointer;
	text-align: left;
	background: url(/images/btn_continue.gif) 0 0 no-repeat;
	}
	
.badge a#bt_next:hover {
	text-decoration: underline;
	}
	

/* NAVI */
	
ul#navi li.l_button {
	font-weight: bold;
	}
