@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	margin:0px;
}

#back{
	display:inline-block;
	z-index:-1;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:auto;
	margin-bottom:auto;
	width:100%;
	height:100%;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-image: url('../index_images/grad.jpg');
	
}

#click{
	width:100%;
	height:100%;
	cursor:pointer;
}

#back img {
  border: 0;
  height: auto;
  width:100%;
}

