/* @override http://www.galerie-remixx.at/styles.css */

html {
	text-align: center;
}

body {
	margin-top: 250px;
	background-image: url(images/hgpattern.jpg);
}

a {
	text-decoration: none;
	color: #600302;
	background-color: #fff;
	padding: 15px 65px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: rgba(96,3,2,0.6);
	background-color: #fff;
	padding: 15px 65px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	opacity: 1;
}