body {
	background: #000;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	font : 10pt Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ccc
}

#accordion {
	width:500px;
	position:absolute;
	top:1%; left:50%;
	margin-left:-250px;
}

.content{
	border: 1px solid #fff;
	padding: 10px 10px 30px 10px;
}

h3 {
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size: 30px;
	color: #fff;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

h3 a, h3  a:visited , h3 img{
	text-decoration:none;
	border-style: none;
}

h3 a:hover {
	text-decoration:underline;
}

.icona {
  vertical-align: middle;
  margin-right: 10px;
}

.tpic {
  line-height: 1;
	padding-top: 20px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}


hr {
	margin-top: 20px;
	background-color:#fff;
	color:#fff;
	height:1px;
	border:0 none;
}


a, a:visited {
	color: #fff;
}

p.footer-back{
	font-size: 12px;
	float: right; padding-bottom: 100px;
}