html, body {
	height: 100%;
	padding:0px;
	margin: 0px;
	background-color: #d1e4f4;
	background-image: url(./images/main-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
}

img{ vertical-align: middle; }

a {
	color: #3e6cad;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #5697f2;
}
a:visited {
	text-decoration: none;
}

#supermain {
	width: 900px;
	margin: auto;
}
#top {
	height: 246px;
	background-image: url(./images/bg-top.jpg);
}
#column-left  {
	width: 200px;
	float: left;
}
#column-center {
	float: left;
	width: 700px;
}

#header-center {
	width: 700px;
	height: 31px;
	background-image: url(./images/header-center.gif);
	margin-top: 10px;
}
#header-bukmacherzy , #header-polecamy {
	width: 189px;
	height: 31px;
	margin-top: 10px;
}
#header-bukmacherzy {background-image: url(./images/header-bukmacherzy.gif);}
#header-polecamy { background-image: url(./images/header-polecamy.gif);}

.content-box {
	width: 189px;
	background-image: url(./images/content-box.gif);
}
.content-center {
	width: 700px;
	background-image: url(./images/content-center.gif);
}
.footer-box {
	width: 189px;
	height: 10px;
	background-image: url(./images/footer-box.gif);
}
.footer-center {
	width: 700px;
	height: 10px;
	background-image: url(./images/footer-center.gif);
}
.content-box-text {
	width: 175px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap:break-word;
}
.content-center-text {
	width: 650px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap:break-word;
}

.clear { clear: both;}
/* ####################################### footer ###################################### */

#footer-top {
	width: 900px;
	height: 10px;
	background-image: url(./images/footer-top.gif);
}
#footer-bottom {
	width: 900px;
	height: 10px;
	background-image: url(./images/footer-bottom.gif);
}
#footer-center {
	width: 900px;
	background-image: url(./images/footer-center22.gif);
}
/* ####################################### table compare settings ###################################### */
.table-compare {
	width: 400px;
	margin: auto;
}
.table-compare th {
	border: 1px solid #000000;
	background-color: #223d5e;
	color: #ffffff;
}
.table-compare td {
	border: 1px solid #000000;
	
}
.table-compare img {
	display: block;
	margin: auto;
}
.table-compare-tr { background-color:  #eaf7ff;}
.table-compare-tr:hover {
	background-color: #ffffff;
}
#table-th-2 , #table-th-3 {width: 100px;}

/* ####################################### table bukmacherzy settings ###################################### */
#table-bukmacherzy {
	width: 170px;
	margin: auto;
}
.table-bukmacherzy-header {
	text-align: center;
	border-bottom: 1px solid #92f0f7;
	padding: 6px;
}
.table-bukmacherzy-img {
	width: 30px;
	text-align: center;
	border-bottom: 1px solid #92f0f7;
}
.table-bukmacherzy-link {
	width: 150px;
	padding: 3px;
	border-bottom: 1px solid #92f0f7;
	text-align: left;
	word-wrap:break-word;
}
.table-bukmacherzy-link:hover {
	font-weight: bold;
	cursor: pointer;
	background-image: url(./images/bukmacherzy-bg.gif);
	word-wrap:break-word;
}
