body
{
	background-color: yellow;
}

#hlavni
{
	background-color: white;
	width: 800px;
	margin: 20 auto;
}

table.tabulka
{
	width: 100%;
	border-style: solid;
	border-collapse: collapse;
}

table.tabulka td
{
	border-style: solid;
	text-align: center;
	padding: 20px;
}