body, html {
	height: 100%;
	overflow: hidden;
	border:0;
	padding:0;
	margin:0;
	background-color: #384959;
}
#flashcontent {
	height: 100%;
}
#container1 {
	width:100%;
	height: 100%;
}
#container2 {
	_position: absolute;
	_top: 50%;
	_left: 0px;
	_width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#container3 {
	_position: relative;
	_top: -50%;
}
#main {
	width:1000px;
	font-size:10px;
	margin:30px 40px 30px 40px;
	text-align:justify;
	background-color: #384959;
}
#text {
	width:300px;
	margin:0% auto;
	color:#3C4D61;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
a {
	color:#3C4D61;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
h1 {
	color: #3C4D61;
	font-size:12px;
	text-align:center;
	font-weight: bold;
}
h2, h3 {
	color: #3C4D61;
	font-size:11px;
	text-align:center;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-image: url(grafika/pkt.gif);
}
