div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
	position: relative;
	width: 100%;
	height: 100%;
}
div.boxc {
	position: relative;
	border: solid 1px #FFFFFF;
	width: 100%;
	height: 100%; /*was 286px*/
}
div.box_contents {
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 101;
}
div.box_background {
     background-color: #F28800;
     height: 100%;
     filter:alpha(opacity=90); /* IE's opacity*/
     left: 0px;
     opacity: 0.55;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_background_sub {
     background-color: #F28800;
     height: 100%;
     filter:alpha(opacity=55);
     left: 0px;
     opacity: 0.55;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg {
     background-color: #A55D00;
     height: 100%;
     filter:alpha(opacity=60);
     left: 0px;
     opacity: 0.6;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_sub {
     background-color: #F28800;
     height: 100%;
     filter:alpha(opacity=55);
     left: 0px;
     opacity: 0.55;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_index {
     background-color: #A55D00;
     height: 100%;
     filter:alpha(opacity=55);
     left: 0px;
     opacity: 0.55;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_christina {
     background-color: #F28800;
     height: 100%;
     filter:alpha(opacity=15);
     left: 0px;
     opacity: 0.15;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_fr {
     background-color: #854B00;
     height: 100%;
     filter:alpha(opacity=60);
     left: 0px;
     opacity: 0.6;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_film {
     background-color: #854B00;
     height: 100%;
     filter:alpha(opacity=60);
     left: 0px;
     opacity: 0.6;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_newsletter {
     background-color: #854B00;
     height: 100%;
     filter:alpha(opacity=50);
     left: 0px;
     opacity: 0.5;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
div.box_bg_web {
     background-color: #A55D00;
     height: 100%;
     filter:alpha(opacity=60);
     left: 0px;
     opacity: 0.6;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}


