body{
	background: #fff url(images/bckground.gif) repeat-x 0 0;	
	margin: 0;
	padding: 0;
}
h1, h2{
	margin: 0;
	padding: 0;
}

#block{
	margin: 200px auto;
	background: #fff;
	width: 475px;
	height: 190px;
	position: relative;
}
#block h1{
	display: none;
}
#block img{
	position: absolute;
	top: 15px;
	left: 15px;
}
#block h2{
	position: absolute;
 	left: 160px;
	top: 15px;
	width: 308px;
	height: 156px;
}

#block h2 a{
	background: url('images/blog-v2.gif') no-repeat scroll top left;
	display: block;
	width: 299px;
	height: 156px;
	text-indent: -9999px;
}
#block h2 a:hover{
	background-position: 0 -156px;
}

