html, body {
	width: 100%; height: 100%; margin: 0px;
	background-color: #1e261d;
}

table, tr, td {
	vertical-align: top;
}

.HRMENU { height: 2px; background: url(../images/HRMENU.png) center center repeat-x; padding: 2px 0px 2px 0px; }
#D_MENU .HRMENU { padding: 7px 0px 7px 0px; }

#D_BG {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}

#IMG_BG {
	width: 100%;
	height: 100%;
}

#D_SLIDE_BASE {
	width: 100%;
	height: 201px;
	z-index: 2;
	top: 25px;
	position: absolute;
	text-align: center;
	visibility: hidden;
}

#IMG_SLIDE {
	width: 977px;
	height: 196px;
}

#D_BASE {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
}

#T_BANNER {
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
}

#T_MENU {
	background-position: center center;
	background-repeat: repeat-y;
}

#D_MENU {
	height: 100%;
	width: 275px;
	margin-right: 15px;
	margin-left: 15px;
	overflow: none;
	color: #FFF;
}

#T_MAIN {
	background-image: url(../images/T_MAIN.png);
	background-position: center center;
	background-repeat: repeat-y;
}

#D_MAIN {
	height: 100%;
	width: 650px;
	margin-right: 15px;
	margin-left: 15px;
	overflow: auto;
}
