
body {

	margin:0px 0px 0px 0px; padding:0; 
	background:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-color:#fff7d0;
}

#tdmain  {
	margin: 0px;
	padding: 0px;
	width:899px;
	
}

td#top {
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:899px;
	height:19px;
}

td#bottom {
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:899px;
	height:19px;
}
td#left {
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:641px;
	width:19px;
}
td#right {
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
	height:641px;
	width:19px;	
}
td#main {
	
	height:641px;
	width:861px;	
}

