@charset "utf-8";
/* CSS Document */

body { background-image:url(../img/index.jpg); background-position:top center; background-repeat:repeat-x; font-family:Verdana, Geneva, sans-serif; color:black; margin:0px; }

#index { width:800px; height:650px; margin:100px auto; padding-top:10px; text-align:center; }

#slideshow { position:relative; height:350px; width:653px; margin: 44px auto; }
#slideshow IMG { position:absolute; top:0; left:0; z-index:8; }
#slideshow IMG.active { z-index:10; }
#slideshow IMG.last-active { z-index:9; }

#btn { width:500px; margin: auto; height:70px; padding: 10px; }
