	#divfix
	{
		position:fixed;
		background:#c2c2c2;
		z-index:99999;
		width:35px;
		margin-top:250px;
		margin-left:-30px;
		padding:10px;
		border: 2px solid #c2c2c2;
		border-radius:0 5px 5px 0;
		box-shadow:2px 2px 5px;
	}
	#divimg{
		width:30px;
		height:30px;
	}
