@charset "utf-8";
/* CSS Document */
html{
	width:100%;
		height:100%;
	background:url(images/bjqhw3.jpg) repeat;
	}
body
{  
	width:100%;
	height:100%;
	text-align: center;
	
	margin:0 auto;
	background:url(images/bjqhw1.png) repeat-x bottom left;
}
		  		
#content {
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   height: 600px;
}

#container 
{
	position: absolute;
	top: 50%;
	margin-top: -300px;/* half of #content height*/
	left: 0;
	width: 100%;
	text-align: left;
}
#pic{
	width:100%;
	height:20px;
	margin-top:0px;
	margin-left:0px;
	background:url(images/bjqhw.png) repeat-x;
}
#pic1{
	width:100%;
	height:20px;
	margin-bottom:90px;
	background-position:bottom;
}

#noflash{
	position: absolute;
	top: 50%;
	margin-top: -410px;/* half of #content height*/
}

#content img {
	border:0px solid black;
}