body {
	width:100%;
	height:100%;
}

#box {
	height:100%;
}

#alto {
	height:29%;
}

#logo {
	height:42%;
}

#basso {
	height:29%;
	color:black;
	font-size:24px;
	font-family: arial, verdana, helvetica;
}



#boxino {
	width:800px; 
	margin:0px auto; 
	text-align:left;
	height:100%;
	background: silver; 
}

#titolo {
	height:100px;
	background-color:white;
	
}

#menu {
	width:180px; 
	background-color:#9999FF; 
}

#main {
	width:620px;
	background-color:white;
}

A:link {
	color: white;
	text-decoration: underline;
}

A:visited {
	color: white;
	text-decoration: none;
}

A:hover {
	color: white;
	text-decoration: underline;
	background-color: #0099CC;
}

A:active {
	color: white;
	text-decoration: underline;
}

h1 {
	color:black;
	font-size:24px;
	font-family: arial, verdana, helvetica;
	padding-top:100px;
}

h2 {
	color: black;
	font-size:14px;
	font-family: arial, verdana, helvetica;
	margin: 10px 10px;
}

h3 {
	color: blue;
	font-size:14px;
	font-family: arial, verdana, helvetica;
}

h6 {
	color: #333366;
}

a {
	color: #CC3333;
}