@charset "utf-8";
/* CSS Document */
* {font-family:"Trebuchet MS"}

body {background:url(../img/bodybg.jpg) repeat-x 50% 320px #928068}




#yilbasi {background:no-repeat;width:980px;height:830px;}


/** SLIDE SHOW **/ 
#slideshow {height:200px;border:1px dashed #333;width:650px;position:relative}
	#slideshow IMG {position:absolute;top:0;left:0;z-index:8;opacity:0.0;}
	#slideshow IMG.active {z-index:10;opacity:1.0;}
	#slideshow IMG.last-active {z-index:9;}