	body {

		padding: 0;

		margin: 0;

		width: 100%;

		height: 100%;

		font-family: Arial, Helvetica, sans-serif;

		font-size: 13px;

	}

	

	img {

		display: none;

	}

	

	#wallpaperCon {

		position: absolute;

		overflow: hidden;

		height: 100%;

		top: 0;

		bottom: 0;

	}

	

	#backnav {

		position: absolute;

		bottom: 13px;

		left: 0;

		overflow: hidden;

	}

	

	a#bamboelink {

		position: absolute;

		z-index: 3;

		bottom: 18px;

		left: 40px;

		width: 100px;

		height: 100px;

		background: url('blank.gif');

	}

	

	a#forward, a#backward {

		z-index: 3;

		position: absolute;

		display: block;

		width: 20px;

		height: 20px;

		background: url('blank.gif');		

	}

	

	a#forward {

		bottom: 33px;

		left: 550px;

	}

	

	a#backward {

		bottom: 33px;

		left: 208px;

	}

		
	#infocontainer {
		z-index: 3;

		position: absolute;

		height: 36px;

		left: 228px;

		bottom: 26px;

		width: 320px;

		color: #2b3e3e;
	}

	#info {
		text-align: center;
	}

	

	#label {

		z-index: 3;

		position: absolute;

		height: 23px;

		padding-top: 2px;

		text-transform: uppercase;

		text-align: center;

		left: 615px;

		bottom: 33px;

		line-height: 12px;

	}

	

	#label a {

		text-decoration: none;

		font-family: "Comic Sans MS", cursive;

		font-size: 11px;

		color: #313c38;

	}

	

	#copyright {

		z-index: 3;

		position: absolute;

		color: #9c9e9f;

		font-size: 11px;

		bottom: 33px;

		right: 100px;

	}

		

	/* PNG Fix */

	#backnav, #navigation, #navover { 

		behavior: url(inc/css/iepngfix.htc);

	}
