img {
	display: block;
	margin-left: auto;
    margin-right: auto;

}
#tovabb {
	background:url(http://magyarsziget.hu/files/coming_gomb.png);	
	background-repeat:no-repeat;
	width:224px;
	height:53px;
		
}
#tovabb a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#tovabb a:hover {
  text-decoration: none;
  background:url(http://magyarsziget.hu/files/coming_highlight.png);
  background-repeat:no-repeat;
}
a:visited {
	color:white;
}