body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url("../img/bg_index.jpg");
	background-repeat: repeat-x;
	background-color: #BAC2C7;
	height: 100%;
}

.box {
	background: url("../img/i_box_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DFE6EA;
	border: 1px solid #B2BBC1;
	width: 550px;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

a img {
	border: 0px;
}

.container {
	width: 100%;
	height: 100%;
	border: 0px;
}

.container td {
	vertical-align: middle;
}

.button {
	background-repeat: no-repeat;
	text-decoration: none;
	width: 249px;
	height: 27px;
	display: block;
}

.bielsko {
	float: left;
	background-image: url("../img/btn_bielsko_1.gif");
}

.chorzow {
	float: right;
	background-image: url("../img/btn_chorzow_1.gif");
}

a.bielsko:hover {
	background-image: url("../img/btn_bielsko_2.gif");
}

a.chorzow:hover {
	background-image: url("../img/btn_chorzow_2.gif");
}

.links {
	width: 510px;
	overflow: auto;
}
