/* CSS Document */
/*This CSS is for the styles of the bg*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*For the index page*/
.tdLeft {
	background-image: url(../images/bg_Left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tdRight {
	background-image: url(../images/bg_Right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdMid {
	background-image: url(../images/bg_Mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*for the inside pages*/
.tdinLeft {
	background-image: url(../images/insidebg_Left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tdinRight {
	background-image: url(../images/insidebg_Right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdinMid {
	background-image: url(../images/insidebg_Mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
