<style type="text/css">
body {
text-align:center;
background: <?php echo $bgcolor ; ?>;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
#frame {
width:650px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
}
#contentleft {
width:175px;
padding:0px;
float:left;
background:url(giornale.jpg) ;
height: 40em;
border: solid white 1px; border-width: 1px 1px 1px 1px;
}
#contentcenter {
background:#F5F5F5;
height: 40em;
width:285px;
padding:0px;
float:left;
}
.news {
background:#F5F5F5 ;
margin:5px ;
width: 90%;
padding: 5px ;
}
.box {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
background:url(image/<?php echo $bgimage ; ?>) ;
width: 90%;
line-height: 1.2em;
padding: 5px ;
text-align:center;
}
#contentright {
width:174px;
height: 40em;
padding:0px;
float:left;
background:url(image/<?php echo $bgimage ; ?>) ;
}
#contentheader {
background:url(image/<?php echo $bgimage ; ?>) ;
text-align:center;
}
p,h1,pre {
margin:0px 10px 10px 10px;
}
h1 {
font-size:14px;
padding-top:10px;
}
#contentheader h1 {
font-size:20px;
color: white;
padding:10px;
margin:0px;
}
A {
FONT-WEIGHT: bold;
text-decoration: none;
color: #000000;
}
A:Hover {
FONT-WEIGHT: bold;
text-decoration: none;
color: #000000;
background: <?php echo $bgcolor ; ?>;
}
#contentright p { font-size:10px}
#footer {
border: solid white 1px; border-width: 1px 1px 1px 1px;
background:<?php echo $bgcolor ; ?>) ;
font-size : xx-small;
text-align :center;
padding: 5px;
}
</style>