﻿body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}

/* classes */

.outerTable
{
	height: 840px;
	width: 840px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.top
{
	height: 75px;
	width: 840px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

.tree
{
	height: 150px;
	width: 840px;
	background-image: url(images/tree.jpg);
	background-repeat: no-repeat;
}

.main
{
	height: 615px;
	width: 840px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}