/* generali */
body { 
 background-image:url('bg.gif');
 margin:0px;
 text-align:center;
 }
table {
 border-collapse: collapse;
 }


/* struttura */
#frame {
 margin:0px auto;
 height:100%;
 }
#main {
 background-image:url('../img/home.jpg');
 width:750px;
 height:450px;
 border:2px solid #333333;
 text-align:center;
 vertical-align:top;
 }
#button {
 margin:0px auto;
 }



/* links */
a {
 color:#cccccc;
 }
a:link {
 text-decoration:none;
 }
a:visited {
 text-decoration:none;
 }
a:hover {
 text-decoration:underline;
 }
a:active {
 text-decoration:none;
 }
