

#outer {
	height: 768px; 
	overflow: hidden; 
/*	position: relative;	 */
	text-align: center;
	width: 100%;		
}
#outer[id] {
	display: table; 
	position: static;
	text-align: center;		
}

#middle {
	position: absolute; 
	top: 50%; /* for explorer only*/
	text-align: center;		
} 

#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	text-align: center;		
}

#inner {
/*	position: relative;  */
/*	top: -50%; */ /* for explorer only */
/*	width: 100%; */
}
/* optional: #inner[id] {position: static;} */

body {
	background-color: #003366;	
	font-size: medium;
	color: #CCCCCC;
	font-family:  "Arial Black", Gadget, sans-serif;
}

a:link {
	border: 0px solid white;
	color: white;
	text-decoration: none;
}

a:visited {
	border: 0px solid white;
	color: white;
	text-decoration: none;
}

a:hover {
	border: 0px solid white;
	color: white;
	text-decoration: none;
}

a:active {
	border: 0px solid white;
	color: white;
	text-decoration: none;
}


.mock-table {
	border-collapse: collapse;
	width: 100%; 
}

.mock-table td{

}

.main-table {
	border-collapse: collapse;
	width: 65%;
}

.main-table td {
	padding: 0px;
	text-align: center;
}

#emti-main{
	font-family:  "Arial Black", Gadget, sans-serif;
	font-size: 42px;
	color: white;
	margin: 0px;
	padding: 0px;
}

#emti-main-sub{
	font-family:  "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: white;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;	
}

.emti-main-header{
	font-family:  "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: white;
	margin: 0px;
	padding: 0px;
}

#emti-main-sub-header{
	font-family:  "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: white;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;	
}

#menu-table td{
	text-align: center;
}

#menu-box {
	height: 64px; 
	width: 64px; 
	background-color: white;
	display: block;
}

.menu-bottom {
	font-family:  "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: white;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;	
}

#blacharnia-list 
{
}

#blacharnia-list li
{
padding: 10px;
}

