/* <style type="text/css"> */

body
{
  margin: 0px;
  padding: 0px;
  font-family:"Arial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #B2B2B2;
  background: #F6EFCC;
}


a:link, a:visited
{
  font-family:"Arial", sans-serif;
  color: #FFAD0C;
  text-decoration: none;
}

a:hover
{
  font-family:"Arial", sans-serif;
  color: #FFAD0C;
  text-decoration: none;
}

h1
{
  font-family:"Arial", sans-serif;
  color: #FFAD0C;
  font-size: 11px;
  text-decoration: none;
}

#contenitore
{
	width: 800px;
	margin: 0px auto;
	background: #6e6e6e;
}

#pannello
{
	width: 720px;
	height: 515px;
	margin: 0px 40px;
	border: 0px;
}

#boxrosso
{
	position: relative;
	top: 60px;
	width: 240px;
	height: 210px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #D30000;
}

#quadri
{
	position: relative;
	width: 32%;
	height: 18px;
	text-align: center;
	top: 120px;
	float: left;
}

#quadro
{
	position: relative;
	width: 32%;
	height: 14px;
	text-align: center;
	top: 120px;
	float: left;
	border-right: 1px solid #FFAD0C;
	border-left: 1px solid #FFAD0C;
}

#boxlogo
{
	position: relative;
	top: 135px;
	width: 240px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#boxfumetti
{
	position: relative;
	top: 135px;
	width: 240px;
	height: 75px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url(immagini/boxnero.gif);
}

#fumetti
{
	position: relative;
	width: 35%;
	height: 30px;
	text-align: center;
	top: 45px;
	float: left;
}

#comics
{
	position: relative;
	width: 45%;
	height: 30px;
	text-align: center;
	top: 45px;
	float: left;
}

#bd
{
	position: relative;
	width: 20%;
	height: 30px;
	text-align: center;
	top: 45px;
	float: left;
}

#firma
{
	position: relative;
	top: 70px;
	left: 5px;
	float: left;
}

#footer
{
	position: relative;
	width: 800px;
	height: 85px;
}
#footer a:link, #footer a:visited
{
  font-family:"Arial", sans-serif;
  color: #999;
  text-decoration: none;
}

#footer a:hover
{
  font-family:"Arial", sans-serif;
  color: #999;
  text-decoration: underline;
}
