queto è il codice css:
/* CSS */
html,body{
margin: 0;
padding: 0;
border: 0;
height: 100%;
}

body{
font-family: arial,sans-serif;
font-size: 12px;
text-align: justify;
margin: 0;
border: 0;
}

body>#container{height: auto; min-height: 100%}

#container{
position: relative;
width: 960px;
\width: 980px;
w\idth: 960px;
height: 100%;
margin: 0px auto;
border-left: 2px solid #630;
border-right: 2px solid #630;
}

#intro {
margin: 0px auto;
text-align: center;
border: 0;
}

#footer{
text-align:center;
padding: 5px 0px;
background-color: #630;
color: #000;
bottom: 0;
width: 100%;
margin: 0;
position: absolute;
}

/* stili specifici per layout */

h1,h2{
margin: 0;
padding:0;
}

h2{
color: #666;
font-size: 1.5em;
}

h4{
font-weigth: bold;
color: #666;
}

p{
font-size: 12px;
}

ul{
font-size: 12px;
}

li{
line-height: 25px;
}

hr{
noshade;
width: 170px;
color: #666666;
size: 1px;
}

#footer a{
color: #fff;
font-weight: bold;
text-decoration: underline;
font-family: arial,sans-serif;
font-size: 12px;
}

#logo{
background: url(../images/logomybio.jpg) no-repeat top;
margin: 0;
padding: 0;
height: 102px;
text-align: left;
}

#logo img{
float: left;
padding: 3px 30px;
margin: 0;
border:0;
}

#content{
padding: 2em 15px;
text-align: justify;
border: 0;
margin: 0;
height: auto;
}

come è possibile risolvere il problema del "footer: absolute" da cui avevo tratto spunto qui?:
http://www.html.it/layout_css/layout_css_15.htm

Grazie