
.overlay{/* semi teansparent div */
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
TEXT-ALIGN: center;
width: 100%;
height:60em;
background: #000;
opacity: 0.60;
-moz-opacity: 0.60; /* older Gecko-based browsers */
filter:alpha(opacity=60); /* For IE6&7 */
}
.content {/* content over  semi teansparent div */
#position: relative; /* Moves the Text above the transparency */

display: table-cell;
vertical-align: middle;
}

a.homeImg:link {FONT-WEIGHT: normal;FONT-FAMILY: Verdana; FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: none}
a.homeImg:visited {FONT-WEIGHT: normal;FONT-FAMILY: Verdana; FONT-SIZE: 12px; COLOR: white;TEXT-DECORATION: none}
a.homeImg:active {FONT-WEIGHT: normal;FONT-FAMILY: Verdana; FONT-SIZE: 12px; COLOR: white;  TEXT-DECORATION: none}
a.homeImg:hover {FONT-WEIGHT: normal;FONT-FAMILY: Verdana; FONT-SIZE: 12px; COLOR: #ff6633; xTEXT-DECORATION: underline}
