body {
	height: 100%;
}
#vyzitka {
	position: relative;
	top: -5px;
	left: -5px;
	margin: auto;
	width: 670px;
	height: 433px;
	background-color: #ADD8E6;
	background-image: url(vizitka.jpg);
	background-repeat: no-repeat;
	border: 1px;
	border-color: black;
	border-style: solid;
}

h1 {
	visibility: hidden;
}
h2 {
	visibility: hidden;
}
table {
	border: none;
	border-collapse: collapse;
}
#leva {
	font-family: Helvetica, Arial, lucida, sans-serif;
	color: White;
	font-weight: bold;
	line-height: 1.8;
	top: 12px;
	position: relative;
}

#prava{
	font-family: Helvetica, Arial, lucida, sans-serif;
	color: rgb(0, 81, 151);
	font-weight: bold;
	line-height: 1.8;
	top: 12px;
	position: relative;

}
#prava a{
	font-family: Helvetica, Arial, lucida, sans-serif;
	color: rgb(0, 81, 151);
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
}

.shadowbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 670px;
	height: 433px;
	margin-left: -335px;
	margin-top: -216px;
	background: url(shadowdark.gif) repeat;
}
