@charset "utf-8";
body {
	text-align: center;
	background-color: #444444;
	background-image: url(images/tapeta.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content_holder {
	width: 799px;
	height: 654px;
	margin: 0 auto;
}
#contact {
	width: 800px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #a07e24;
	padding: 10px 5px;
}
#contact a {
	color: #79601C;
}
#contact a:hover {
	color: #a07e24;
}