body
{
	background-image:url(../images/background.png);
	font-family: helvetica,sans-serif;
	font-size: 12px;
}
a, a:hover, a:visited a:active
{
	color: black;
}
.Nero_Testo {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 125%; FONT-FAMILY: Arial
}
.Nero_Testo_Piccolo {
	FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 125%; FONT-FAMILY: Arial
}
#container
{
	width: 900px;
	height: 500px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid black;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(../images/index.jpg);
}
#imghome
{
	background-image:url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 570px;
}
#imgheader
{
	background-image:url(../images/seduction_text_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 570px;
}
#navigation
{
	height: 30px;
	text-align: center;
	padding-top: 4px;
	width: 570px;
	top: 50px;

}
#navigation a, a:hover, a:visited a:active
{
	padding-right: 8px;
	padding-left: 8px;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:hover, a:visited a:active
{
	text-decoration: underline;
}
#content
{
	width: 570px;
	top: 60px;
	height: 480px;
	overflow: auto;
}
h2
{
	margin:0px;
	background-color: #FF0000;
	color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p
{
	padding: 10px;
}
.hearts {
color: #FF0000;
font-size: 14px
}