/* ==== structure =========================================================== */
html, body		{ padding:0;margin:0;border:0;height: 100%;}
body			{ font: 14px Arial;background:#4f3152;}

/* ==== ini / base ========================================================== */
img			{ border:0;}
p			{ padding:8px 0; margin:4px 0;text-align:justify;}

#content 		{ width:100%; height:100%;min-width:400px;min-height:300px;}

#container 		{ width:100%; height:100%; display: flex; justify-content:center; align-items: center;}
#item 			{ text-align:center; background:#4f3152;}
#item p			{ text-align:center; color:#fff;}

#logo 			img { width:350px;}
#slog 			{ font-size:1em; margin:0 0 40px 0; padding:0 ; text-align : center;}

#center a		{ color:#fff; background:#4f3152;text-decoration:none;padding:6px 10px; border: 1px solid #fff}
#center a:hover		{ color:#4f3152;background:#fff;}








