h2{
	margin-top:1em;
}

.logo{
	background-image:url(/mgr/img/phoenix.jpg);
	background-size:100% 100%;
}
.logo.mini{
	width:125px;
	height:45px;
}
.logo.normal{
	width:250px;
	height:89px;
}
.logo.large{
	width:500px;
	height:178px;
}

.footer{
	padding:0 5px;
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#333;
	font-size:0.8em;
	z-index:1000;
	color:#ddd;
}
