@charset "utf-8";
/* CSS Document */
body {
	background-color: #282828;
}

.bottom {
  	background-image: url("http://www.weisheng.art/i/g.jpg"); /* The image used */
  	background-color: #ffffff; /* Used if the image is unavailable */
   /* You must set a specified height */
  	background-position: center; /* Center the image */
  	background-repeat: repeat-x; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	height: 100px;
  	width: 100%;
	z-index: -1;
}

/*	border: none;
//	position: absolute;
//	bottom: 0;
//	left: 0;
//	width: 100%;
//	height: 100px;
//	background: url("grad.jpg") left repeat-x;
//	background-position: bottom;s
//	z-index: -1;
*/

.strip {
	position: absolute;
	top: 158px;
	right: 33px;
	line-height: 0.7;
}
