html{
    height: 100%;
	overflow: auto;
}
	
body {
	margin: 0px 0px 0px 0px;
	height: 100%;

		background-image:url(../images/bkgBAMBOO.jpg);
	background-repeat:no-repeat;
	background-position: top right;

}

#nav {
	width: 100%;
	position: absolute;
	background-image:url(../images/borderGREEN.gif);
	background-repeat:repeat-x;
	text-align: left;
	padding-top: 13px;
}

#containerFLASH {
	width: 761px;
	height: 515px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -381px; /*set to a negative number 1/2 of your width*/
	margin-top: -258px;/*set to a negative number 1/2 of your height*/
}

#containerMAIN {
	background-image:url(../images/btmNAME.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	position: relative;
    min-height: 100%;  
 	height: 100%;
    voice-family: "\"}\""; /*box model hack */
    voice-family: inherit; /*box model hack */
	}
	
html>body #containerMAIN {
    height: auto;
	}

div[id=titleHOLDER] { /* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/transparency.png);
	}
	
#titleHOLDER {
	width: 100%;
	height: 150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/transparency.png');
	border-top: 1px solid #666666;	
	border-bottom: 1px solid #666666;
	position: relative;
	top: 80px;
	left: 0px;	
	overflow: hidden;
}

div[id=title] { /* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(../images/bkgHEADER.png);
	padding-top: 65px!important;
	}
	
#title {
	height: 200px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkgHEADER.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
	padding-left: 20px;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 46px;
	position: absolute;
    bottom: 0px!important;
	border-top: 1px solid #666666;
	text-align: right;
}

div [id=textholder] {
	margin-bottom: 200px!important;
}

#textholder {
	width: 33%;
	position: relative;
	top: 120px;
	left: 89px;
	margin-bottom: 220px;
}

.imgBORDER {
 border: 1px solid #678147;

}
