html {
		height: 100%;
		overflow: auto;
	}

body {
width: 900px;
hight: 500px;
overflow:hidden;
margin:auto;
padding: 0;
background-color:#000000;
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#666666;
letter-spacing:0.2ex;
text-align:center;
}



ul, ol {
margin-bottom: 1.6em;
line-height: 180%;
}

a {
color:#333333;
text-decoration:none;
}

a.hover {
text-decoration: none;
color: #990000;
}
a.active {
text-decoration: none;
color: #990000;
}


/*logo*/

#logo {
	text-align: center;
	width: 100%;
	padding: 5px 0 0 0;
}

#logo h1 {
font-weight: normal;
font-size: 150%;
letter-spacing: 1.6ex;
font-family:Arial, Helvetica, sans-serif;
}

#logo a {
text-decoration:none;
color:#990000;
}

#logo a:hover {
text-decoration:none;
color:#666666;
}



/*srodek*/

#srodek {
width:900;
height:425;
padding-top:25px;
padding-left:50px;
text-align:center;
}

#srodek1 {
width:800;
height:400;
padding-top:32px;
padding-left:12px;
background-image:url(images1/omnie01.jpg);
background-repeat:no-repeat;
}
#srodek2 {
	width:875;
	height:450;
	text-align:center;
	overflow: hidden;
}

#tekst {
width:400;
hight:400;
padding:10, 0, 10, 10;
float:left;
}

/* Footer */

#footer {
	clear: both;
	width:700px;
	height: auto;
	color: #666666;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
 #footer p {
 font-size:10px;
 letter-spacing:0.2ex;
 word-spacing:0.1ex;
 }


#dol02 {
	width: 710px;
	height: 118px;
	margin: 0 auto;
	background: url(images/dol02f.jpg) no-repeat left bottom;
}

/*menu*/
#menu2 {
	float: none;
	padding-right: 0px;
	text-align: center;
}

#menu2 ul {
	margin: 0;
	padding: 0px 0 0 123px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	width: 83px;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#menu2 a:hover{
	background-image: url(images1/menu02.gif);
	color: #666666;
}

