#pagewrapper {margin-left: auto; margin-right: auto; width: 960px; position:relative;}
#leftCenterWrapper {float:left; width: 760px;}
#leftColumn { width: 200px; height: 720px; float: left; background: url("leftColBack.png");}
#rightColumn { width: 200px;  height: 720px; float: left;  background: url("leftColBack.png");}
#centerColumn {width: 560px; float:left; background: #000000;}
#header{ width: 100%; /*height: 100px;*/}
#logo{ background: #000000; margin-bottom: 15px;}
#logoFont {width: 150px;}

body {background: #000000;}
.div {}
.test{background: #c3c3c3;}


#slideshow {
    position:relative;
	left:130px;
    width:300px;
	height: 720px;
	background: #000000;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width: 300px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}