@charset "utf-8";
/* CSS Document */
 html, body{margin:0; padding:0; width:100%; height:100%;}
	 p{ width:900px; color:#FFF; font-size:12px; margin:0 auto; 
		   font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-align:center; margin-top:10px;}
		   
	#logo{ width:100%; height:20%; background:#066; min-height:122px;}
	#logo img{ width:200px; height: 105px;}
	#erro {width:600px; height:64%; margin:0 auto; border:1px dashed #066; border-top:none; border-bottom:none; background:#FFC}
 	#erro h2{ font: 16px Verdana, Geneva, sans-serif; color:#F00; margin:2px; padding:5px; text-align:center;}
	#erro p{padding:5px; margin:0 auto; width:500px; color:#066; }
	#erro a{color:#066;}
	#erro a:hover{color:#00F;}
	
	#rodape{ width:100%; height: 10%; background:#066; margin-top:-0%;}
	#rodape p{padding-top:10px;}