
body                    {
                         margin: 0 auto;
                         text-align: center;
                         vertical-align:middle;
                         background-color: #494959;
                         font-family: Gadget, monospace;
                         font-size: 12px;
                        }
                        
h1                      {
                         font-family: Gadget, monospace;
                         margin: 4px;
                        }
								
h2                      {
                         font-family: Gadget, monospace;
                         margin: 2px;
                        }
												
h3                      {
                         font-family: Gadget, monospace;
                         margin: 1px;
                        }
                        
a                       {
                         color: #000000;
                        }
                        
table                   {
                         text-align:center;
                         margin: 0 auto;
                        }

.maindiv			          {
							           position: absolute;
  						           width: 820px;
							           height: 620px;
							           top: 50%;
							           left: 50%;
							           margin-top: -310px;
							           margin-left: -410px;
							           margin-right: auto;
							           margin-bottom: auto;
							           background-image: url(immagini/bg.png);
							           background-repeat: no-repeat;
							           background-position: center center;
                         text-align:center;
                         vertical-align:middle;
							          }
                        
.bodytable              {
                         height: 400px;
                         width: 780px;
                         font-size: 12px;
                        }
                        
.maintable			        {
							           width: 780px;
							           height: 580px;
                         text-align: center;
                         margin-top: 20px;
							          }
                        
.forminput              {
                         font-size: 12px;
                        }
                        