.homeLeftImage
{
  margin: 10px 0 0 0;
}

#homeCenterContent
{
  background-repeat: no-repeat;
  background-position: center center;
  border:solid 1px #C3BDB5;
  margin: 0 20px 20px -20px;
  position:relative;
  height: 340px;
  top: 0px;
  left: 0px;
}
#homeCenterContent a
{
  font-weight: bold;
  color: #ca7728;
}

#transparentFader
{
  position:absolute;
  top:0;
  left:0; 
  background-color: White; 
  height:340px; 
  width:200px; 
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;  
}
#mainText
{
  position: absolute; 
  top:20px; 
  left:20px; 
  width:175px; 
  height: 320px;
}