body{
	background-image : url(img/bg3.gif);
	background-repeat : repeat-y;
}

.to{
	background-image: url(img/bg1.gif);
	background-repeat : repeat-x;
	vertical-align: top;
}

.fo{
	background-image: url(img/bg2.gif);
	background-repeat : repeat-x;
	vertical-align: bottom;
	text-align: center;
	background-position : bottom;
}

td{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li{
	list-style: square;
}