html,body {
	padding-top: 10px;
	height: 101%
}

td.border_topleft {
	background: url(../images/border_topleft.png) no-repeat;
	height: 10px;
	width: 10px;
}
td.border_top {
	background: #fff;
	height: 10px;
}
td.border_topright {
	background: url(../images/border_topright.png) no-repeat;
	height: 10px;
	width: 10px;
}
td.border_left {
	background: #fff;
	width: 10px;
}
td.border_right {
	background: #fff;
	width: 10px;
}
td.border_bottomleft {
	background: url(../images/border_bottomleft.png) no-repeat;
	height: 10px;
	width: 10px;
}
td.border_bottom {
	background: #fff;
	height: 10px;
}
td.border_bottomright {
	background: url(../images/border_bottomright.png) no-repeat;
	height: 10px;
	width: 10px;
}

.footer {
	text-align: center;
}
