body {
    height:100%; 
    max-height:100%; 
    padding:0; 
    margin:0; 
    border:0;
    background:#F6E8BC;
    }

#contentText {
	display:block; 
	z-index:3; 
	background:#F6E8BC;
	color:#000;
    align: center;
	}

* html #contentText {
	top:0; 
	bottom:0; 
	height:100%;
	width:600px;
	}
	

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:10px;
    left:70px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


 	a {color: #000000; text-decoration: none; border:none}
    a:hover: {color: #4c4c4c; font-weight:bold}
    a img    {border:none;}
.typ_home {color: #000000; font-family: arial; font-size:14px; line-height: 15px; align:center;}

