/* CSS Document */

body {
	background-image: url(tapete.jpg);
}
#cvecka {
	background-image: url(cvecka.png);
	height: 1000px;
	width: 970px;
	padding-top:200px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#header {
	margin-top: 50px;
	width: 600px;
	text-align: justify;
}
#footer {
	font-size: 10px;
	width: 970px;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
	border-top: 1px dashed #000000;
	padding-bottom: 100px;
}
