/* layout.css */
/* home */
.home .content .star,
.home .content .lead{
	display: none;
}
/* all */

#header {
	height: 35px;
	position: relative;
	background: url('/media/dsg/top_bg.gif') repeat-x top left;
}
#header .wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	height: 30px;
}
.logo {
	float: left;
	width: 67px;
	height: 22px;
	margin-top: 5px;
	margin-left: 430px;
	background:url('/media/dsg/head_logo.gif') no-repeat top left;
}
#main {
	background: url('/media/dsg/bckg_tile_main.jpg') top left;
}
#main .wrapper{
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 40px;
}
#main .wrapper .left_flower {
	width: 428px;
	height: 520px;
	position: absolute;
	bottom: 10px;
	background: url('/media/dsg/flower_left_bottom.png') no-repeat top left;
}
#main .che_logo {
	width: 351px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	background:url('/media/dsg/che_logo.png') no-repeat top left;
}
#main #center_container {
	min-height:500px;
}
#main .wrapper .center_flower {
	width: 496px;
	height: 496px;
	position: absolute;
	left: 250px;
	top: 200px;
	background: url('/media/dsg/flower.png') no-repeat top left;
}
#main .right_seperator {
	margin-top: 20px;
}
#main #center {
	float: left;
	width: 470px;
	margin-top: 10px;
}
#main #right {
	float: right;
	position: relative;
	width: 356px;
	margin-top: 30px;
}
#footer {
	height: 78px;
	position: relative;
	background: url('/media/dsg/footer_bg.gif') repeat-x top left;
}
#footer .wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .logo {
	margin-top: 15px;
}