/* Home CSS Styles */

.indexdiv
{
  position: relative;

  top: 10px;
  width: 700px;
  height: 600px;
  //margin-left: 50px;
  z-index: 2;

  opacity: 0.1;

  //background-color: blue;
}

.menuhandlerswitchimg
{
  width: 700px;
  //opacity: 0.1;
}

.menuhandlerintrodiv
{
  position: absolute;
  left: 0px;
  top: 182px;
  width: 700px;

  cursor: pointer;

}

.menuhandlerservicesdiv
{
  position: absolute;
  left: 0px;
  top: 248px;
  width: 700px;

  cursor: pointer;

}

.menuhandleraboutdiv
{
  position: absolute;
  left: 0px;
  top: 314px;
  width: 700px;

  cursor: pointer;

}

.menuhandlercontactdiv
{
  position: absolute;
  left: 0px;
  top: 380px;
  width: 700px;

  cursor: pointer;

}

.menuhandlercaseimg
{
  width: 700px;
  opacity: 0.1;
}

.homepagemessagediv
{
  position: relative;
  width: 700px;
  margin: 0 auto;
  text-align: center;
  color: red;

  opacity: 0;
  
}
