html,html body	 { 
	height:100%;	
	margin:0px;	
	background:none;
	padding:0px;	
	font-size:12px;
	line-height:1.3em;
	font-family:Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
	color:#000000;
	z-index:0;
}


/* ---- Containers ------------- */

#main_container {
	width:640px;
	height:100%;
	background:none;
	margin:0px;
	padding:0px;
	position:relative;
}

#navi_container {
	display:none;
}


#main_content {
	width:550px;
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}



#logo_container {
	width:50px;
	height:100%;
	margin:0px;
	padding:0px;
	position:relative;
	float:right;
}