body {
    text-align: center;
    background: url(../images/bg.jpg) repeat center center fixed;
}
.wrapper {
	position: relative;
	width: 700px;
	font-size: 0.9em;
	margin: 0 auto -33px;
	text-align: left;
	background: transparent;
    /*background-image: url(images/wrapper.jpg);
    background-repeat: repeat-y;*/
}
.header {
	height: 0px;
	/*background: url(images/header.jpg) no-repeat;*/
}
.container {
    margin-top: 0px;
    margin-left: 0px;
    margin-right:0px;
}
.galleria {
    margin-top: 45px;
    margin-left: 100px;
    margin-right:100px;
}
h1 {
	text-indent: -500em;
}
h2 {
	padding: 0 0 0.6em;
	color: #A7392C;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
p {
	padding: 0 0 20px;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}
strong {
	font-weight: normal;
}
img {
    border: 0px;
}
.menu {
	width: 700px;
	position: absolute;
	text-align: center;
	right: auto;
	left: auto;
	top: 10px;
	font: 2em/2.4em arial,sans-serif;
}
.menu a {
	color: #A7392C;
	text-decoration: none;
	border-bottom: 2px solid #C17879;
}
.menu a:hover {
	color: #993300;
}
.footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	/*background: url(images/footer.jpg) no-repeat;*/
}
.footer a {
	color: #A7392C;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	height: 33px;
	bottom: 6px;
	width: 700px;
	padding: 0;
	color: #A7392C;
	font: 0.8em arial,sans-serif;
	text-align: center;
}