body {
	margin:0;
	text-align:center;
}
#mainFrame {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:960px;
	height:576px;
	margin:0 auto;
	z-index:1;
}
#leftGapFrame {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:56px;
	height:576px;
	float:left;
	z-index:2;
}
#menusFrame {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:154px;
	height:576px;
	float:left;
	z-index:2;
}
#afterMenusGap {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:44px;
	height:576px;
	float:left;
	z-index:4;
}
#contentMainFrame {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:667px;
	height:auto;
	float:left;
	z-index:5;
	
}
#upperGapMenus {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:154px;
	height:56px;
	z-index:2;
}
#upperLogo {
	position:relative;
	display:block;
	background:url(images/dg_logo.png) no-repeat;
	left:0px;
	top:0px;
	width:154px;
	height:128px;
	z-index:2;
}
#upperLogo a{
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:154px;
	height:128px;
	text-decoration:none;
	border:0px;
	z-index:2;
}



#upperGapContent {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:56px;
	z-index:2;
}
#content_frame {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:657px;
	height:auto;
	z-index:2;
	
}
