body{
	font: 12px Century Gothic;
	color:#FFFFFF;
	background:#000000 url(../images/bg.jpg) no-repeat center top;

}

a:link {color: #000000;text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #000000;}


#wrapper{
	width:908px;
	margin:0 auto;
	padding-top:50px;
	clear:both;
}
#wrapper2{
	width:808px;
	margin:0 auto;
	padding-top:50px;
	clear:both;
}

#header{
	margin:0 auto;
	height:90px;
}

#header #tag{
	float:right;
	font-size:24px;
	text-align:right;
}

#header #logo{
	width:218px;
	float:left;
	padding-top:8px;
}



#content {

}

#content h1 {
	font:bold 14px Century Gothic;
	margin:0.5em 0;
	color:#ffffff;
}

#bnt {
	float:left;
	background:url(../images/bnt_over.png);
	width:196px;
	height:45px;
	color:#000000;
}

#bnt a:hover{
	float:left;
	background:url(../images/bnt.png);
	width:196px;
	height:45px;
	color:#000000;
}



#bnt .txt{
	padding-top:14px;
	padding-left:45px;
}


#slideshow {
    position:relative;
	width:808px;
	height:240px;
	
}

.thumb {
	float:left;
	padding:5px;
}

.thumb a:hover{
	float:left; 
	padding:5px;
}

#slideshow DIV {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8;
	opacity:0.0;
	background-color: #FFF;
	height: 240px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
}


#footer {
	color:#FFF;
	height:56px;
	margin:0 auto;
	padding-top:5px;
	font-size:10px;
}