body, html {
	width:100%;	
}

#system_msg {
	position:absolute; 
	width:360px; 
	margin-left:200px; 
	padding:0px;
	top:250px;
	color:#333;
	border-right:1px solid #333; 
	border-bottom:1px solid #333; 
	background: transparent url(../img/trans_grey_70.png);
}
#system_msg h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}
#system_msg p {
	font-size:12px;
	margin-bottom:5px;	
}
#system_msg .inner {
	border:2px solid #ccc; 
	background:#fff;
	margin:10px;	
	padding:10px;	
}

#page {
	width:800px;
	margin:20px;
	
	background-color: transparent;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
	/*margin-left:auto;
	margin-right:auto;*/
	/*border-right:1px solid #ccc;
	border-left: 1px solid #ccc;*/
		
}

#banner {
	background: transparent url(../img/banner1.jpg) no-repeat top left;
	width:750px;
	height:200px;	
}
#breadcrumb {
	padding-left:175px;
	line-height:25px;
	height:25px;	
	font-weight:bold;
}
#breadcrumb a:hover{
	text-decoration:underline;
}

#navigation {
	width:174px;
	float:left;
}
#content {
	width:440px;
	float:left;
}
#content .inner{
	height:360px;
}
body>#page #content .inner{
	height:auto;
	min-height:360px;	
}


#informations {
	width:136px;
	float:left;
}

#footer {
	background:#000;
	clear:both;	
	text-align:center;
	padding-top:10px;
}