#window_top {
	position: relative;
	width:100%;
	z-index:1;
	background-image: url(/images/bg_main_window.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
	text-align:center;
}
#window_bottom {
	position: relative;
	width:100%;
	height:100px;
	z-index:1;
	background-image: url(/images/bg_main_bottom.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	text-align:center;
}
#copyright {
	position:relative;
	width:100%;
	top: 40px;
	z-index:2;
	text-align:center;
}
#content_pattern {
	position: relative;
	width:952px;
	z-index:1;
	background-image: url(/images/bg_main_pattern.gif);
	background-repeat: repeat-y;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	position: relative;
	width:952px;
	z-index:1;
	background-image: url(/images/bg_main_content.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#ballogo {
	position: absolute;
	width:133px;
	height:196px;
	z-index:2;
/*	background-image: url(/images/bg_ballogo.gif); */
	left: 34px;
	top: 0px;
}
#tennissers {
	position: absolute;
	width:137px;
	height:158px;
	z-index:2;
	background-image: url(/images/tennissers.gif);
	left: 814px;
	top: 0px;
}
.td_topblue {
	height:51px;
	background-image: url(/images/blue.jpg);
}
.td_topbanner {
	height:108px;
	background-image: url(/images/bg_top_banner.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
}
.td_topbalk_black {
	height:10px;
	background-image: url(/images/bg_topbalk_black.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
}
.td_topbalk_yellow {
	height:29px;
	background-image: url(/images/bg_topbalk_yellow.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
}
.td_menu {
	width:198px;
}
#content_main {
	width: 734px;
	padding-left: 20px;
}
#content_main p {
	padding-right: 10px;
}
#breadcrumb {
	width:725px;
	height: 19px;
	font-size: 10px;
	background-image: url(/images/bg_breadcrumb.gif);
	background-position:right top;
	background-repeat: no-repeat;
	float:right;
	margin-left:auto;
	margin-right:0px;
	text-align: left;
}
#breadcrumb p {
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 20px;
}
