<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,td,tr,input,textarea,button,select {
			padding:0px;
			margin:0px;
			border:0px;
}

body {
			text-align:center;
			background-image:url(../data/background.jpg);
			background-position:center top;
			background-repeat:repeat;
			background-color:#5d5d5d;
}

.wrapper { 
			width:980px;
			margin:0 auto; 
}

.black {
			background-image:url(../data/black.jpg);
			background-repeat:repeat;
			background-color:#363435;
			width:399px;
			height:40px;
}

.bg_menu {
			width:570px;
		  height:62px;
		  text-align:right;
		  padding-right:11px;
}

.zgoraj {
			background-image:url(../data/top.jpg);
			background-repeat:no-repeat;
			width:399px;
		  height:62px;
}

.levo {
			width:399px;
			text-align:left;
}

.main {
			width:581px;
			text-align:left;
}

.logo {
			background-image:url(../data/logo.jpg);
			background-repeat:no-repeat;
			width:399px;
		  height:300px;
			font: 14px "Times New Roman";
			font-weight: bold;
			color: #000000;
			text-decoration: none;		  
		  
}

.main_top {
			background-image:url(../data/main_top.jpg);
			background-repeat:no-repeat;
			background-color:#ffffff;
			width:581px;
		  height:28px;
}

.main_bottom {
			background-image:url(../data/main_bottom.jpg);
			background-repeat:no-repeat;
			background-color:#ffffff;
			width:581px;
		  height:28px;
}

.main_bg {
			background-image:url(../data/main_bg.jpg);
			background-repeat:repeat-y;
			width:581px;
			background-color:#ffffff;
}

.submain {
			background-image:url(../data/submain.jpg);
			background-repeat:no-repeat;
			background-color:#ffffff;
			width:230px;
		  height:106px;
}</pre></body></html>