#mainPage {
	width: 1200px;
}
#Header {
}
#TopBar {
	background-color: #000;
	height: 25px;
}
#TopRight {
	color: #FFF;
	float: right;
	padding-right: 20px;
}
#Middle {
	background-image: url(images/Logo.jpg);
	height: 178px;
}
#ButtonBar {
	background-color: #006;
	background-image: url(images/ButtonBar.jpg);
	height: 40px;
}
#TextMain {
	background-image: url(images/body.jpg);
	height: 570px;
	padding: 10px;
	text-align: justify;
}
#Ogolne {
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.headerLink:link {color:#CCC; text-decoration: none;}
a.headerLink:visited {color:#333; text-decoration: none;}
a.headerLink:hover {color:#999; text-decoration: none;}
