body
{
	background: #fff url('images/page_background.png') 0 0 repeat-x;
	text-align: center;
}
table#page
{
	border-collapse: collapse;
	margin: 1em auto;
	text-align: left;
	width: 900px;
}
table#page td
{
	vertical-align: top;
}
table#page td#top a img
{
	border: 0;
	display: block;
}
table#page td#left
{
	background: #555 url('images/side_background.png') 0 0 repeat-x;
	width: 200px;
}
table#page td#center
{
	background: #fff url('images/center_background.jpg') bottom right no-repeat;
	padding: 10px;
	width: 698px;
}
table#page td#right
{
	background: #555 url('images/side_background.png') 0 0 repeat-x;
	width: 2px;
}
table#page td#bottom
{
	background: #000 url('images/bottom_background.png') 0 0 repeat-x;
	color: #bbb;
	font-size: 0.85em;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}
table#page td#bottom a img
{
	border: 0;
	vertical-align: middle;
}

