#main {
	width: 989px;
	margin: 0 auto;
}

#header {
	position: absolute;
	z-index: 1000;
	width: 989px;
	height: 116px;
	background: url('/dsg/header.png') no-repeat top left;
	overflow: hidden;
}
a#home {
	position: absolute;
	z-index: 3000;
	display: block;
	float: left;
	width: 380px;
	height: 116px;
}

#menu {
	position: absolute;
	z-index: 2000;
	margin: 16px 0 0 420px;
}

#header-picture {
	margin-top: 55px;
	height: 1%;
}
	#header-picture img {
		float: left;
	}
#header-title {
	position: absolute;
	width: 989px; /*989*/
	height: 50px; /*59*/
	padding: 9px 0 0 0;
	margin-top: -59px;
	overflow: hidden;
	background: url('/dsg/h1.png') no-repeat top left;
}
#header-title-link {
	position: absolute;
	margin-top: -50px;
	font-size: 3.4em;
	font-weight: normal;
	color: #fff;
	padding-left: 17px;
}
	#header-title-link a {
		color: #fff;
	}


div#container {
	background-color: #f6f3e3;
	margin-top: 5px;
}

	#left {
		float: left;
		overflow: hidden;
		width: 150px; /*190*/
		padding: 20px 20px 40px 20px;
	}
	#center {
		overflow: hidden;
		padding: 20px 20px 0 20px;
	}
	#right {
		float: right;
		overflow: hidden;
		width: 200px;
		padding: 7px 0 0 0;
	}

	/* noLeft & noRight */
	.container-noleft-noright {
		
	}
	.container-noleft-noright .top {
		
	}
	.container-noleft-noright .bottom {
		background: url('/dsg/container-bottom-noleft-noright.gif') no-repeat bottom left;
		padding-bottom: 50px;
	}

	/* noLeft */
	.container-noleft {
		background: url('/dsg/container-middle-noleft.gif') top left;
	}
	.container-noleft .top {
		background: url('/dsg/container-top-noleft.gif') no-repeat top left;
	}
	.container-noleft .bottom {
		background: url('/dsg/container-bottom-noleft.gif') no-repeat bottom left;
		padding-bottom: 50px;
	}
	* html .container-noleft #center {
		width: 745px;
	}

	/* noRight */
	.container-noright {
		background: url('/dsg/container-middle-noright.gif') top left;
	}
	.container-noright .top {
		background: url('/dsg/container-top-noright.gif') no-repeat top left;
	}
	.container-noright .bottom {
		background: url('/dsg/container-bottom-noright.gif') no-repeat bottom left;
		padding-bottom: 50px;
	}

	/* home */
	.container-home {
		background: url('/dsg/container-middle-noleft.gif') top left;
	}
	.container-home .top {
		background: url('/dsg/container-top-noleft.gif') no-repeat top left;
	}
	.container-home .bottom {
		background: url('/dsg/container-bottom-home.gif') no-repeat bottom left;
		height: 407px;
	}

	/* - */
	.container {
		background: url('/dsg/container-middle.gif') top left;
	}
	.container .top {
		background: url('/dsg/container-top.gif') no-repeat top left;
	}
	.container .bottom {
		background: url('/dsg/container-bottom.gif') no-repeat bottom left;
		padding-bottom: 50px;
	}
	* html .container #center {
		width: 553px;
	}



#menu-bottom {
	margin: 1em 0;
}