div{
	/*border: 1px dotted Red;*/
}
div.dd{
	background-image: url(../graf/tlo.jpg);
	background-color: #333333;
	background-repeat: repeat-x;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	height: 800px;
	z-index: 1;
	border: none;
	font-family: Tahoma;

}

body {
	font-family: Tahoma;
}

div.text1{
	position: absolute;
	z-index: 1;
	font-family: Tahoma;
	color: #333333;
	font-weight: bold;
}
div.text2{
	position: absolute;
	z-index: 1;
	font-family: Tahoma;
	color: #333333;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}