Pagina:
Codice HTML:
<div id="wrapper">
<div id="container">
DIV VUOTO
</div>
</div>
CSS:
Codice PHP:
#wrapper{
height:auto!important;
height:632px;
min-height:632px;
background-image:url(../img/wrapper.jpg);
background-position:top center;
background-repeat:no-repeat;
width:auto;
margin:0px;
padding:0px;
}
body {
font-size:70%;
color:#222;
background:#fff;
background-image:url(../img/pattern.jpg);
background-position:top center;
background-repeat:repeat-y;
font-family:verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
}