body, html
          {
            background-color: #545454;

          }  
#flash
          {
            position: absolute;
            z-index: 1;
            left: 950px;
            top: 80px;
          }
          
#text2
          {
            position: absolute;
            z-index: 2;
            left: 300px;
            top: 140px;
            color: #FFF;
            font-family: "trebuchet ms";
          }
#text3
          {
            position: absolute;
            z-index: 3;
            left: 800px;
            top: 130px;
            color: #FFF;
            font-family: "trebuchet ms";
            font-size: 10px;
          }
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


#main-cell
          {
	    position:absolute;
	    z-index:4;
	    left: 267px;
	    top: 170px;
            background-color: #FFF;
            background-image: url(../website/intro/image.jpg);
            background-repeat: no-repeat;
            width: 781px;
            height: 341px;

          }
#yg
          {
            position: absolute;
            z-index: 5;
            left: 990px;
            top: 520px;


          }

