@charset "utf-8";

#portal {
	width:		840px;
	height:		550px;
	
	margin:		35px auto;
	
	background:	#f7d7a6 url(images/logo-mm-big.png);
}

#portal a.logo {
	display:	block;
	width:		840px;
	height:		135px;
	
	background:	url(images/portal-logo.png) no-repeat;
	border:		none;
}

#portal ul {
	list-style-type:	none;	
	text-align:			center;
}

#portal ul li {
	display:	inline;
	padding:	0 1px;
	
	background:	none;
}

#portal ul li a {
	border:		none;
}

#portal .slogan {
	margin:			2px 0 0 0;
	background:		#564940;
	
	font-size:		26px;
	line-height:	50px;
	color:			#f7d7a6;
	letter-spacing:	0.1em;
	
	text-align:		center;
}

#portal .footer {
	padding:		12px 0 0 0;
	text-align:		center;
	
	font-size:		12px;
	line-height:	18px;
	color:			#4c3f2a;
}

#portal .footer em {
	color:			#000;	
} 

#portal ul li {
	padding:		0;
	margin:			0;	
}

#portal ul li a {
	padding:		0;
	margin:			0;
	text-decoration:	none;	
}

#portal ul li img {
	border:			none;
	color:			blue;
}

#container {
	background:	#f7d7a6;
}