body {
	background: #e5e5e5 url('img/spiral.gif') bottom right no-repeat fixed;
}

td#pagecenter {
	padding-top: 30px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 150px;
}

div#pagefooter {
	background: #e5e5e5 url('img/spiral.gif') bottom right no-repeat;
}

div#channels_catalog {
	left: 50%;
	margin-left: -554px;
	width: 1130px;
	height: 94%;
	overflow: auto;
	padding-left: 5px;
	position: relative;
}

div.channel_card {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.channel_card table {
	width: 273px;
}

tr.tv_card_filled {
	font-size: 12px;
	height: 145px;
	width: 273px;
}

td.card_image {
	background: url('img/tv_card_transparent.png') top left no-repeat;
	width: 125px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

td.card_link {
	background: url('img/tv_card_transparent.png') top right no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

td.card_link a {
	text-decoration: none;
}

tr.tv_card_filled:hover td.card_link {
	background: url('img/tv_card_light.gif') top right no-repeat
}

tr.tv_card_filled:hover td.card_image {
	background: url('img/tv_card_light.gif') top left no-repeat
}

td.card_link:hover {
	background: url('img/tv_card_light.gif') top right no-repeat;
}