body
{
	margin:0px;
	padding:0px;
	
	text-align:center;
	background-color:black;
}

.frame-table
{
	margin-left:auto;
	margin-right:auto;
	
	height:100%;
	width:100%;
}

.top-frame
{
	background-color:#7d420c;
}

.mid-frame
{
	background-image:url('bg-1.gif');
	
	text-align:center;
	
	height:600px;
}

.bot-frame
{
	background-color:black;
}

.mid-frame-table
{
	margin-left:auto;
	margin-right:auto;
	
	height:600px;
}

.frame
{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	
	height:600px;
	width:800px;
}

.right-frame
{
	background-image:url('side-tree.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	
	margin:0px;
	padding:0px;
	
	width:110px;
	height:600px;
}