@media screen
{
* {
	margin : 0px;
	padding : 0px;
}
html, body {
	height : 100%;
	width : 100%;
	text-align : center;
	background : white;
}
#stranka {
	position : relative;
	width : 80%;
	margin : 0px auto;
}
#sloupce {
	width : 100%;
}
#sloupce:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
#sloupce_pravy {
	float : right;
	display : inline;
}
#sloupce_levy {
	float : left;
	display : inline;
}
a img {
	border : none;
}
table, table td {
	font-size : 1em;
}
}
