#main {
	width: 968px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#main #header {
	clear: both;
	height: 101px;
}
	#main #header #header-left {
		float: left;
		width: 758px;
		height: 101px;
		overflow: hidden;
		position: relative;
	}
		#main #header #header-left a img {
			float: left;
		}
		#main #header #header-left ul#languages,
		#main #header #header-left ul#languages li ,
		#main #header #header-left ul#languages li a {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: inline;
		}
		#main #header #header-left ul#languages {
			position: absolute;
			top: 30px;
			right: 30px;
		}
		#main #header #header-left ul#languages li {
			float: left;
			margin-left: 5px
		}
		#main #header #header-left ul#languages li a {
			float: left;
			text-decoration: none;
		}
	#main #header #header-right {
		float: right;
		width: 202px;
		height: 101px;
		overflow: hidden;
		font-size: 90%;
	}

#main #body {
	clear: both;
	padding-bottom: 80px;
	background: url(/dsg/body_content_bg.png) left top repeat-y;
	min-height: 760px;
}

#main #body #background{
	background: url(/dsg/body_left_bg.png) left top no-repeat;
	height: 100%;
}

	#main #body #body-left {
		margin-top: 29px;
		float: left;
		width: 204px;
		background: url('/dsg/menu-top-background.png') no-repeat top left;
		padding-top: 10px;	/* background image height */
	}
		#main #body #body-left #body-left-content {
			background: url('/dsg/menu-bottom-gradient.png') repeat-y top left;
			min-height: 200px;
			height: auto !important;
			height: 200px;
		}
	#main #body #body-center {
		float: left;
		width: 544px;
		padding-bottom: 50px;
	}
	#main #body #body-right {
		float: left;
		width: 211px;
		margin-top: 30px;
	}

#main #footer {
	clear: both;
	position: fixed;
	bottom: 0;
	background: url('/dsg/footer_bg.png') repeat-x top left;
	width: 729px;	/* 748 */
	height: 40px;	/* 70 */
	padding: 45px 4px 15px 15px;
	font-size: 90%;
	color: #8c9793;
}
	#main #footer a {
		text-decoration: none;
	}
	#main #footer a:hover,
	#main #footer a.active {
		text-decoration: underline;
	}
