Ciao, scusami può spiegarmi meglio, ho cercato di fare come dici tu, ma non sono riuscito, sono riuscito in questo modo, per caso avrei avuto lo stesso risultato con meno codice?
codice:
<style type="text/css">
#container {background-color: #B0C4DE; width:950px;margin: auto;}
#wrapper { width: 750px; position: relative; margin: auto; border: solid 2px #9370D8;
border-top:none; border-bottom:none; background-color:silver;}
#header { background-color: #E6E6FA; padding: 15px; text-align: center;
font-family: "french script mt"; font-size: 18pt; width: 720px; height: 50px; }
#link { background-color: silver; width: 175px; float: left; text-align: center;}
#main { background-color: #E6E6FA; float: left; width: 400px; text-align: justify;}
#second { background-color: silver; float: left; width: 175px; text-align: justify;}
#footer { clear: both; padding: 15px; background-color: silver; text-align: center; }
.link1 {text-weight: bold; border: groove 2px silver; width: 120px; height: 30px; float: left;padding: 10px; margin 10px; }
h4.header {text-align: center;padding: 10px 10px 10px 10px;color: #6A5ACD; }
#titolo {text-align: left; font-style: italic; padding: 10px; color: #6A5ACD; }
h4 {text-align:center;}
body { margin: 0; padding: 0;}
p { padding: 0px 8px; }
</style>