/* CSS Document */


.fade {
  position: absolute;
  top: 0;
  left: 0;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#black { width: 100px; height: 100px; background-color: black;}


.black_fade {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
}


.black_fade2 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: .0;
}


/* -------------------------- Styles for the HOME page -------------------------- */

#home-master-container {
position: relative;
width: 720px;
height: 480px;
}



#home-image-container {
width: 105px;
height: 105px;
position: absolute;
z-index: 1;
}


#home-box-text {
position: absolute;
top: 0px;
left: 0px;
width: 95px;
z-index: 1;
display: block;
text-align: right;
padding-top: 78px;
padding-right: 10px;
padding-bottom: 4px;
color: white;
font-style: normal;
font-size: large;
}
