/*
Copyright (c) 2009 Idea Esse s.r.l.
Tutti i diritti riservati
*/

html, body {
	margin: 0px auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodycontainer {
	width: 100%;
	text-align: center;
	clear: both;
}

#description {
	width: 740px;
	margin: 0 auto;
}

#text {
	text-align: justify;
	width: 100%;
}

#links {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 90%;
	margin-bottom: 30px;
}

#footer {
	width: 100%;
	clear: both;
}

a {
	color: #0000ff;
}

h2 {
	color: #ff00ff;
}
