/* main.css */

/* wrapper */
#wrapper {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

body {
	background: url('/dsg/bg.jpg') repeat-x top center;
}
/* header */
#header_wrapper {
	width: 1000px;
	height:264px;
	padding-top:20px;
	overflow: hidden;
	margin: 0 auto;
}
#header {
	background: url('/dsg/header.png') no-repeat top center;
	height:100%;
}
#header #logo {
	display:block;
	position:absolute;
	margin-top:40px;
	margin-left:80px;
	cursor:pointer;
}
/* movie */
#header #movie #file a{
	display:block;
	width:215px;
	height:115px;
	float:left;
	background: url('/dsg/video.jpg') no-repeat top center;
	margin-left:375px;
	margin-top:15px;
}
#header #movie #button a{
	display:block;
	width:46px;
	height:31px;
	background: url('/dsg/button_video.png') no-repeat top center;
	float:left;
	margin-left:45px;
	margin-top:44px;
}

/* languages */
#header #languages {
	margin-left:800px;
	padding-top:40px;
}
#header #languages .flag a{
	display:block;
	width:53px;
	height:37px;
}

/* container */
#container_wrapper {
	width:900px;
	margin-left:50px;
}
#container {
	height:100%;
	background-color:white;
	border-left:1px solid #484c4d;
	border-right:1px solid #818181;
}
#left {
	float:left;
	overflow: hidden;
	width: 170px; /*170*/
	padding-left: 10px;
	padding-top:10px;
}
#left .small_logo{
	display:block;
	padding-top:30px;
	width:170px;
	height: 31px;
	background:url('/dsg/logo_small.jpg') no-repeat top center;
}

#center {
	float: left;
	overflow: hidden;
	width: 525px; /*545*/
	/*margin-left: 10px;*/
	min-height: 1px;
	padding-left: 20px;/*10px;*/
	padding-top:20px;
}


#center h2.user_title {
	text-align: center;
	color: #6b6b6b;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
#container.no_left_column #center {
	width: 715px;
}

#right {
	float:left;
	overflow: hidden;
	width:150px;
	margin-left: 10px;
	min-height: 1px;
	padding-top:20px;
}


/* footer */
#footer_wrapper {
	width: 1000px;
	margin: 0 auto;
	height:121px;
}
#footer {
	background: url('/dsg/footer.png') no-repeat top center;
	height:100%;
}

a.print {
	float: right;
	font-size: 1.1em;
	margin-top: 4px;
	font-weight: normal;
}
