body {
	background: url(images/sfondo.jpg) top center no-repeat;
	background-color: #766feb;
	font-family:  Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}

#menu {
	height: 72px;
	width: 890px;
	margin: auto;
	margin-top:200px;
	background: url(images/menu.png) center no-repeat;
}

#menu table {
	height: 72px;
	width: 830px;
	margin: auto;
	vertical-align: center;
}

#menu td {
	text-align: center;
}

#menu td a{
	color: #766feb;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

#menu td:hover {
	background: url(images/menu_pass.png) repeat-x;
	text-decoration: underline;
	color: #000;
}

#menu td.menu-current, td.menu-current:hover {
	background: url(images/menu_active.png) repeat-x;
	text-decoration: none;
}

#contents{
	width: 890px;
	margin: auto;
	margin-top: 10px;
	background: url(images/content.png) center repeat-y;
}

#content-down {
	width: 890px;
	background: url(images/content_down.png) bottom center no-repeat;
}

#content-up{
	width: 890px;
	background: url(images/content_up.png) top center no-repeat;
}

#content {
	min-height:400px;
	padding: 20px;
	font-size: 120%;
}

#footer {
	height: 72px;
	width: 890px;
	background: url(images/menu.png) center no-repeat;
	margin: auto;
	margin-top: 5px;
}

#footer h5 {
	position: relative;
	color: #000;
	top: 25px;
	text-align: center;
	font-size: 14px;
}

#footer h5 a {
	color: #000;
}
