body{
	background:#000 url(img/bg.jpg) repeat-x fixed center;	
}
a img{
 border:none;
}
<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 200px;
	width:470px;
	height:220px;
	background:transparent;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:426px;
  height:220px;
/*  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:426px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:223px;
  position:relative;
  overflow:hidden;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:223px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left: -13px;
  background:transparent url(img/control_left.png) no-repeat center;
  z-index:100;
}
#rightControl {
  top:0;
  right:17px;
  background:transparent url(img/control_right.png) no-repeat center;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 12px Verdana, Geneva, sans-serif;
  color:#fff;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
#pageContainer {
  width:960px;
}
#backgroundslideshow{
	position:absolute;
	background:url(img/bgslideshow.png) repeat-x;
	height:300px;
	top:99px;
	width:100%;	
	z-index:-300;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
  background: url(img/logo.png) no-repeat 150px 30px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.post-date{
	float: left;
	display: inline;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	font-size:18px;
	opacity: 0.9; 
	background:#000;
	padding:5px;
}
.slide p{ 
	padding: 0 5px; 
	margin:5px;
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}		
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width:396px; 
	opacity: .8; 
	padding-top:10px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.cover {
	top: 183px;
	left: 0;
}
h3 a{ padding: 15px 8px 0 8px; color:#FFF; font:16pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; margin:0;  }
#archieve{
	padding:20px 0 10px 150px;
	color:#ffffff;
}
strong{
	font-weight:bold;
}
