#div_digg {
	position: fixed;
	right: 50px;
	bottom: 30px;

	border: 3px solid #c0c0c0;
	border-radius: 3px;

	box-shadow: 0 0 15px rgba(280, 128, 128, .5);
}

img {
	border: 4px solid #c0c0c0;
	border-radius: 4px;
}