/*
CSS di e per Roberto Ellero, rivisto da Brigitte Wohack.
In valid code we trust
*/

body
{
	margin: 0;
	border: 0;
	padding: 12px 0 0 0;
	background-color: #ccc;
	font-size: 100%;
	font-family: Arial, sans serif;
	text-align: center;
}

#wrapper
{
	background-color: #fff;
	border: 1px solid #000;
	width: 96%;
	margin: 0 auto;
}

#wrapper2
{
	border: 1px solid #000;
	width: 96%;
	margin: 6px auto;
}

#wrapper3
{
	border-bottom: 1px solid #000;
	width: 96%;
	margin: 0 auto;
}

#freher
{
	width: 74%;
	float: right;
	text-align: center;
	padding: 12px 0;
}

#freher2
{
	width: 74%;
	float: right;
	text-align: center;
}
#freher3
{
width: 74%;
	float: right;
	text-align: center;
}

#wittgenstein
{
	padding: 6px 0 3px 0;
}

#spiegazioni
{
	width: 24%;
	float: right;
	text-align: left;
	
	padding-top: 12px;
}

#contenitoreswap
{
	width: 376px;
	margin: 0 auto;
}

.ellero
{
	float: left;
	width: 375px;
	height: 547px;
	background-image: url(img/compoellero.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

a.ellero:link, a.ellero:visited, a.ellero:active
{
	text-decoration: none;
	background-image: url(img/compoellero.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

a.ellero:hover
{
	background: url(img/compoellero.jpg) no-repeat -375px 0px;
}

.clear
{
	clear: both;
}

p
{
	font-size: 76%;
}

h1
{
	font-family: Verdana, sans serif;
	margin: 6px 0;
}

a
{
	color: black;
}

a:hover
{
	color: #f0f0ff;
}
blockquote {
	margin-left: 6px;
}