/*****************************/
/****** classi base HTML *****/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
  font-size: 100%;
}

form {
  display:inline;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #ffffff;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin:0;
	padding:0;
}
	
body, td{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
}
a
{
	color:#704149;
}

a:link, a:visited {
	color:#704149;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }
li{
list-style-type:none;}


p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; margin:0px; }

#index{
	height:auto;
	margin:50px auto;
	padding:0;
	width:100%;
	min-height:701px;
}

#filmato{
	margin:0 auto;
	padding:5px 0 0 0;
	width:770px;
	height:400px;
}


