/* 
	project:  Digiteasy
	author:   windus@prosy.de
*/
body{
  background-color: #fff;
}

#content{
  width: 750px;
  min-height: 738px;
  margin: 0px;
  background-color: #fff;
  background-image: url(/images/home.jpg); 
  color: #000;
  float: right;
}

#welcome{
  position: absolute; 
  width: 394px;
  margin: 0px;
  top: 43px; 
  left: 301px;
}

#d1,#d2,#d3,#d4,#d5{
  position: absolute;
  width: 70px;
  height: 70px;
}

#d1{
  top: 333px; 
  left: 244px;  
}

#d2{
  top: 275px; 
  left: 340px;  
}

#d3{
  top: 252px; 
  left: 445px;  
}

#d4{
  top: 273px; 
  left: 546px;  
}

#d5{
  top: 335px; 
  left: 629px;  
}

#popup{
  width: 450px;
  height: 380px;
  margin: 0px;
  position: absolute; 
  top: 203px; 
  left: 202px;
  background-image: url(/images/popup.png);
  background-repeat: no-repeat;
}

#popuparrow{
  height: 380px;
  width: 102px;
  float: left;
  margin: 0px 0px 0px 0px;
}

#t1,#t2,#t3{
  margin: 30px 76px 0px 0px;
  color: #423f3f;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  width: 270px;
  float: right;
}

#banner{
  width: 750px;
  height: 144px;
  top: 594px;  
  background-color: #423f3f;
  color: #000;
  position: absolute;
}

