body {
margin:0px auto;
padding:0px;
font:70% Arial, Verdana,Tahoma,sans-serif;
background-color:#FFFFFF;
/*background-image:url(../images/bg.jpg);
background-repeat:repeat-x;*/
color:#303030;
}

a {
color:#FF0000;
}

/* Contenitore esterno principale */
#wrap{
background:#FFFFFF;
color:#303030;
margin-top:30px;
width:600px;
}

.top {
background-image:url(../images/offline_top.jpg);
background-position:top;
background-repeat:no-repeat;
min-height: 98px;
height: auto !important;
height: 98px;	
}

.center {
background-image:url(../images/offline_center.jpg);
background-position:top;
background-repeat:repeat-y;
}

.form {
width:95%;
background:inherit;
}

.form input {
font-size:0.8em;
}

.footer {
background-image:url(../images/offline_bottom.jpg);
background-position:top;
background-repeat:no-repeat;
min-height: 123px;
height: auto !important;
height: 123px;	
padding: 40px 0 0 0;
}

