html {
	height:100%
}

body {
	background-color: #4b6b76;
	height:90%;
}

.intro_table {
	display:table;
	height:100%;
	width:100%;
}

.intro_table_cell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin-top:expression((x=document.documentElement.clientHeight-this.scrollHeight)>0?x/2+'px':0);
}

tr {
	width: 600px;
}

td.polski {
	width: 74px;
}

td.blank {
	width: 250px;
}

td.english {
	width: 74px;
}

.space {
	height:50px;
}

img {
	border-width:0px;
}

img.photo {
	border-style:solid;
	border-width:1px;
	border-color:white;
}
