/*  banner picture is 1100 x 120 px, but showed is middle 959 x 120 px  */ 


#headerimage {background: url("masaze-praha-5.jpg") top center no-repeat;}	

a {color: #454673; }
a:hover {color: #4B5BAD; }		
	
		
	ol.commentlist li div.reply {
	background:#ddd;
	border:1px solid #aaa;
	padding:2px 10px;
	text-align:center;
	width:55px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
		
	ol.commentlist li div.reply:hover {
	background:#f3f3f3;
	border:1px solid #aaa;
	}
