﻿/* CSS Document */


/* General */

* {
padding: 0;
	margin-left: 0;
	margin-right: 0;
	}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background : #ffffff;
min-width: 850px;
padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

#wrapper {
width: 780px;
margin: 0 auto 80px auto;
position: relative;
background-color: #FFFFFF;
display: table; /* margin-bottom for FF   (?) */
text-align: left;
}

#testata
{
	width:780px;
	height:100px;
	background : #ffffff url('../images/testa.jpg') no-repeat;
}


#footer
{
width:780px;
border-top:solid 1px #4e5484;
	
}

p {
line-height: 1.9;
margin-bottom: 7px;
}

.label
{
	font-family:Times New Roman;
	font-size:16px;
	
}
.panel
{
	padding:15px;
}
