/* CSS Document */
/* PANIK ITALIAN website www.panik.it - author: www.jaypee.it */
html,body{
      margin:0px;
      padding:0px;
      height:100%;
	  color:#FFFFFF;
}

body {
	background-color: #d38a0d;
	background-image:url(images/sfondo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

p, li {
	color: FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #ae040d;
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
}

a:hover {
	color:#FA1E29;
	text-decoration: underline;
}

.rosso {
	color: #ae040d;
}

.titolonews {
	font-size: 12px;
	font-weight: bold;
	color:#d38a0d;
}

.titologrigio {
	font-size: 16px;
	font-weight: bold;
	color:#d38a0d;
}

.footer {
	text-align: center;
	font-size: 9px;
	color: #999999;
}

a.footer {
	font-size: 9px;
	font-weight:normal;
	color:#FFFFFF;
}

a:hover.footer {
	color:#d38a0d;
	text-decoration:none;
}

#menu {
	width: 607px;
	height: 162px;
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -303px;
}

#main {
	width: 810px;
	height: auto;
	position: absolute;
	left: 50%; 
	margin-left: -424px;
	top: 450px;
	background-color:#000000;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#titolo {
	width: 250px;
	height: 40px;
	position: absolute;
	left:50%;
	top: 380px;
	margin-left: -405px;
	background-color:transparent;
	font-size:36px;
	font-weight:bold;
}

#iscriviti {
	width: 264px;
	height: 69px;
	position: absolute;
	left:50%;
	top: 370px;
	margin-left: 130px;
}