 *{padding:0px;spacing:0px}
 
body{background: url(../img/logo_bg.png) no-repeat fixed;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ è Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%;
	}
	
 #footer {background-image:url(../img/footer.png);
    position: fixed;
    left: 0; bottom: 0;
    padding: 0;
    width: 100%;
	height:75px;
	text-align:center;
	
   }

div{text-align:center}

h1,h2,h3,h4{text-align:center}

td{vertical-align:top}
 
 .center {
    width: 1000px;
    margin: auto; /* align content to center ! */
	text-align:justify;}
	
img{border:0}