.ttop {
	background-attachment: fixed;
	background-color: ebe8d2;
	background: #ebe8d2 url(../images/bgs/top.gif);
	background-image: url(../images/bgs/top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
.tmiddle {
	background-attachment: fixed;
	background-color: ebe8d2;
	background: #ebe8d2 url(../images/bgs/middle.gif);
	background-image: url(../images/bgs/middle.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tbreadcrumb {
	background-attachment: fixed;
	background-color: d8d4b4;
	background: #d8d4b4 url(../images/bgs/breadcrumb.gif);
	background-image: url(../images/bgs/breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	vertical-align: middle;
	height: 40px;
}
.tbreadcrumb2 {
	background-attachment: fixed;
	background-color: d8d4b4;
	background: #d8d4b4 url(../images/bgs/breadcrumb.gif);
	background-image: url(../images/bgs/breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
.tbottom {
	background-attachment: fixed;
	background: #ebe8d2 url(../images/bgs/contentbg.gif);
	background-color: ebe8d2;
	background-image: url(../images/bgs/contentbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tcontentheader {
	background-attachment: fixed;
	background: #ebe8d2 url(../images/bgs/contentheader.gif);
	background-color: ebe8d2;
	background-image: url(../images/bgs/contentheader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
}
.tcontentfg {
	background-attachment: fixed;
	background: ecebdd url(../images/bgs/contentfg.gif);
	background-color: ecebdd;
	background-image: url(../images/bgs/contentfg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: top;
}