body {
	margin: 0;
	padding: 0px;
}

img.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-9999;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 12% auto 15px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: auto;
	line-height: 18px;
	color: #DECFB3;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #503216;
	border-left-color: #503216;
	border-right-color: #503216;
	border-bottom-color: #503216;
	background-attachment: fixed;
	background-image: url(immagini/sfondo-pg-index.png);
	background-repeat: repeat;
	background-position: 0 0;
	vertical-align: middle;
}

#content p {
	color: #FFFFFF;
	font-size: 23px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

#content-btn {
	margin: 15px auto 15px;
	padding: 20px;
	text-align: center;
	width: auto;
}

.button {
	background-color: #503216;
	-webkit-border-radius: 10px;
	border-radius: 0px;
	border: solid 1px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #503216; -webkit-box-shadow: 0 0 3px #503216; }
  50% { background-color: #DECFB4; -webkit-box-shadow: 0 0 40px #DECFB4; }
  100% { background-color: #503216; -webkit-box-shadow: 0 0 3px #503216; }
}

@-moz-keyframes glowing {
  0% { background-color: #503216; -moz-box-shadow: 0 0 3px #503216; }
  50% { background-color: #DECFB4; -moz-box-shadow: 0 0 40px #DECFB4; }
  100% { background-color: #503216; -moz-box-shadow: 0 0 3px #503216; }
}

@-o-keyframes glowing {
  0% { background-color: #503216; box-shadow: 0 0 3px #503216; }
  50% { background-color: #DECFB4; box-shadow: 0 0 40px #DECFB4; }
  100% { background-color: #503216; box-shadow: 0 0 3px #503216; }
}

@keyframes glowing {
  0% { background-color: #503216; box-shadow: 0 0 3px #503216; }
  50% { background-color: #DECFB4; box-shadow: 0 0 40px #DECFB4; }
  100% { background-color: #503216; box-shadow: 0 0 3px #503216; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

/**
 * Footer Styles
 */

.footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: ;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 15;
	padding-bottom: 15;
	color: #FFF;
	background-image: url(immagini/sfondo-pg-index.png);
	border: 5px solid #503216;
}
