@charset "utf-8";

@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#325EA0;
		background:#fff url('img/bgn.png') repeat-x left top;
		font-size:16px;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#628Ef0;
	}
	a:hover {
		text-decoration: none;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
	#logo {
		float: left;
		margin-left: 10%;
		width: 420px; 
		height: 61px;
		background: transparent url('img/logo-emf.png') no-repeat 0 3px;
	}
	#logo a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	#myImageFlow {
		width: 80%;
		margin: 10px auto;
	}
	#footer { 
		font-size: 12px;
		margin-top: 10px;
		text-align: center;
	}
}