html, head, body{
	width: 100%;
	height: 100%;
}
body{
	margin:0px; 
	padding:0px; 
	border:0px; 
	font-family:Arial, Tahoma, Verdana, Helvetica;
	font-size:12px; 
	color:#000000;
	background: #e2f8fa; 
}

em{
	text-decoration: underline;
	font-style: normal;
}
center{
	height: 100%;
}
#tabelaAll{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 950px;
	text-align: center;
}

#bramki{
	display: block;
	width: 950px;
	height: 270px;
	margin: 0px Auto;
	text-align: left;
	overflow: hidden;
}

#bramkiA{
	display: block;
	float: right;
	width: 464px;
	height: 269px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../images/page/plastyka.png');
}
#bramkiA a{
	display: block;
	width: 464px;
	height: 269px;
}
#bramkiA a:hover{
	color: #488faf;
}

#bramkiB{
	display: block;
	float: left;
	width: 467px;
	height: 269px;
	overflow: hidden;
		background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../images/page/okulistyka.png')
}
#bramkiB a{
	display: block;
	width: 467px;
	height: 269px;
}
#bramkiB a:hover{
	color: #488faf;
}

#podpis{
	margin-top: 10px;
	font-size: 11px;	line-height: 17px;
	color: #666666;
	text-align: center;
}
