html {height: 100%;}

body {background: #403a53 url('../img/bg.jpg') repeat-x; color: #fff; font-family: Tahoma; font-size: 11px; text-align: center; height: 100%; border: 0; margin: 0;}

img {border: 0}
a {text-decoration: none; color: #fff}

div#flagi {
	text-align: center;
	margin-bottom: 25px;
	display: table-cell;
}

	div#flagi table {
		margin: 0 auto;
	}

		div#flagi table td {
			vertical-align:top;
			width: 50px;
			height: 30px;
			text-align: left;
			font-size: 11px;
		}
			div#flagi table td img {width: 35px; height: 23px;}


.caption {
	/*visibility: hidden;*/
	color: #bbb;
	font-size: 11px;
	/*position: relative; top: -7px;*/
}
	.caption a {color: #bbb}
	.caption a:hover {text-decoration: underline}