body {
	background-color: #f6d890;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}

table {
vertical-align: top;
 border:0px;
 width:1005px;
}

#top {
	background-image: url(top.png);
	background-repeat: no-repeat;
	height: 259px;
}
#middle {
	background-image: url(middle.jpg);
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	height: 43px;
}
#content {
	margin:auto;
}


#content #tableContent tr #middle table tr #center {
	width: 800px;
	vertical-align: top;
}
#content #tableContent tr #middle table tr #left {
	width:100;
	vertical-align: top;
}
#content #tableContent tr #middle table tr #right {
	width:100;
	vertical-align: top;
}
