.image1{
	width: 300px;
	margin-left:200px;
}


body:after{
	position: absolute;
	width: 0;
	height:0;
	overflow: hidden;
	z-index: -1;
	content: url(davelogobw.jpg);
}
.image{
	width:  300px;
	height: 200px;
	background-image: url(davelogo.jpg); 
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center;
}

.image:hover {
	background-image: url(davelogobw.jpg);
}


.image2{
	width:  300px;
	height: 200px;
	border: 10px solid #000;
	background-image: url(davelogobw.jpg); 
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center;
}
