body
{
	background: url(image/bg.png) repeat;
}

div.menu
{
	background: url(image/menu.png);
}

div.intro
{
	background: #4d5c47;
}

table.content td.margin
{
	background: url(image/marginbg.png) repeat;
}

td.left
{
	background: url(image/left.png) repeat;
}

td.right
{
	background: url(image/right.png) repeat;
}

td.content
{
	background: #5a6c53;
}

td.frametop
{
	background: url(image/frame/top.png) repeat;
}

td.framebottom
{
	background: url(image/frame/bottom.png) repeat;
}

td.frameleft
{
	background: url(image/frame/left.png) repeat;
}

td.frameright
{
	background: url(image/frame/right.png) repeat;
}

td.framecontent
{
	background: #5e6549;
}