Non è online, è una semplice prova che sto facendo in locale per vedere il layout.
Codice HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<style type="text/css">
<!--
body {
background-image: url(img/gradient.jpg);
background-repeat: repeat-y;
background-position:left;
background-color: #0048FF;
overflow:hidden;
text-align:center;
}
div{
border: 0px solid #ffffff;
margin: 0px;
padding: 0px;
}
#contenitore{
width:960px;
}
#titolo{
width:100%;
height:40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
text-align:center;
}
#orario{
width:100%;
height:30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: oblique;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
text-align:right;
}
#scritta{
padding:50px;
width:960px;
height:450px;
max-height:450px;
background-image: url(img/bianco.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
text-align:center;
overflow:visible;
}
#riferimenti{
width:100%;
height:30px;
background-image: url(img/bianco_rif.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
#bottom{
width:100%;
height:30px;
}
-->
</style>
</head>
<body>
<div id="contenitore">
<div id="titolo"></div>
<div id="orario">domenica 13 novembre 2011 - 14:09</div>
<div id="scritta" name="scritta">
<p>hfghfhfhfhfhf</p>
<p>gdfgfdg</p>
<p>fdg</p>
<p>fdg</p>
<p>fdg</p>
<p>dfg</p>
<p>fd</p>
<p>gdf</p>
<p>gd</p>
<p>d</p>
<p>d</p>
<p> </p>
</div>
<div id="riferimenti">hfghfd</div>
<div id="bottom"></div>
</div>
</body>
</html>