body{
	height:100%;
	width:100%;
	/*background-image:url('bgstrip.png');
	background-repeat:repeat-x;
	background-position:bottom left;*/
	background: #85b737 url('bgstrip.png') repeat-x bottom left;
	padding: 0;
	margin: 0;
	color: #fff;
}
#innerbox{
	height:100%;
	width:100%;
	background-image: url('cornertree.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0; 
}
#blbox{
	position: absolute;
	left: 15px;
	bottom: 13px;
}