html,body{
	margin:0;
	padding: 0;
	height: 100%;
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;   /*centra in IE 5.x */
}

div#container{
	position: relative;
	height: 100%;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;  
	border-left: 2px solid #36c;
	border-right: 2px solid #36c;
	background-color: #fff;
	width: 800px;
}

body>div#container{
	height: auto; 
	min-height: 100%;
}

div#header{
	background-color:#36C;
	color: #ff9;
	text-align: center;
	font-family: arial, sans-serif;
}
div#header h2{
	color: #ff9;
}
div#header h1{
	font-size: 2.5em;
}
div#corpo{
	padding: 1em;
	margin-right: 14em;
	background-color: #fff;
	margin : 0px auto;
	text-align: left;
}

div#corpo p{
	line-height: 1.3em;
}

div#footer{
	position: absolute;
	bottom: 0;
	background-color:#69c;
	color:#000;
	text-align:center;
	clear:right;
	width: 100%;
}
h1,h2{
      margin: 0;
      padding:0
}
h1{
      padding-left:0.5em;
      font-size: 2.3em;
	  font-weight:  bold;
}
h2{
	color: #999;
	font-size: 1.5em;
}

select{
	width: 200px;
}


.errors{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

.princ{
	margin: auto auto;   /*centra negli altri browsers*/
	border: 1px solid black;
	border-collapse: collapse;
}

.princ td{
	border: 1px solid black;
	text-align:center;
	width: 150px;
}

.login td{
	width: 150px;
	border: 0;
	margin: auto auto;
	text-align: left;
}

.iscrizione td{
	width: 150px;
	border: 0;
	margin: auto auto;
	text-align: left;
}




