/* CSS Document */


	html {
		height: 100%;
	}
	body {
		margin: 0;
		padding: 0;
		height: 100%;
		background: #ffffff;
	}
	#main {
		width: 100%;
		min-width: 1000px;
		height: 100%;
		min-height: 580px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: center;
	}
#content {
	width: 100%;
	height: 80%;
}
#top {
	height: 20%;
	width: 100%;
	background-image: url(logoCz_200x52.jpg);
	background-repeat: no-repeat;
}

