I'm a webmaster for my club but this is actually my first time coding one [I used a blog as a website last year].
I really need help on centering the footer image (w/ hearts to the side - caring - is our way of life) to the bottom, and stay there, regardless how big the content box is [the big white box on the left].
here is a screen shot;;

the code;
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transiti
onal.dtd">
<HTML>
<HEAD>
<TITLE>SLHS's Key Club - The Kiwis!
=)</TITLE>
<META HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet"
type="text/css">
</HEAD>
<body>
<center>
<BODY BGCOLOR=#F1F3F4 LEFTMARGIN=0
TOPMARGIN=0 MARGINWIDTH=0
MARGINHEIGHT=0>
<!-- ImageReady Slices (Untitled-2) -->
<TABLE WIDTH=540 BORDER=0
CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG
SRC="images/index_01.jpg" WIDTH=540
HEIGHT=90 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_02.jpg" WIDTH=540
HEIGHT=89 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_03.jpg" WIDTH=540
HEIGHT=90 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_04.jpg" WIDTH=540
HEIGHT=89 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_05.jpg" WIDTH=540
HEIGHT=442 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
<!-- START OF CONTENT -->
<div id="content">
<table width="400" border="0" cellspacing="0"
cellpadding="0">
<tr><td class="content">
<h3>Shall be updated soon :P</h3>
</tr></td>
</div>
</table>
<!-- End of Content -->
<TD>
<IMG
SRC="images/footer.jpg" WIDTH=567
HEIGHT=78 ALT=""></TD>
</TR>
<!-- Start of Navigation -->
<div id="navigation">
<table width="149" border="0" cellspacing="0"
cellpadding="0">
<tr><td class="navigation">
<a href="xx">testing</a>
<h1>testing</h1>
<h2>testing</h2>
</tr></td>
</div>
</table>
<!-- End of Navigation -->
</table>
</center>
</BODY>
</HTML>
1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transiti
onal.dtd">
<HTML>
<HEAD>
<TITLE>SLHS's Key Club - The Kiwis!
=)</TITLE>
<META HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet"
type="text/css">
</HEAD>
<body>
<center>
<BODY BGCOLOR=#F1F3F4 LEFTMARGIN=0
TOPMARGIN=0 MARGINWIDTH=0
MARGINHEIGHT=0>
<!-- ImageReady Slices (Untitled-2) -->
<TABLE WIDTH=540 BORDER=0
CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG
SRC="images/index_01.jpg" WIDTH=540
HEIGHT=90 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_02.jpg" WIDTH=540
HEIGHT=89 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_03.jpg" WIDTH=540
HEIGHT=90 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_04.jpg" WIDTH=540
HEIGHT=89 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG
SRC="images/index_05.jpg" WIDTH=540
HEIGHT=442 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
<!-- START OF CONTENT -->
<div id="content">
<table width="400" border="0" cellspacing="0"
cellpadding="0">
<tr><td class="content">
<h3>Shall be updated soon :P</h3>
</tr></td>
</div>
</table>
<!-- End of Content -->
<TD>
<IMG
SRC="images/footer.jpg" WIDTH=567
HEIGHT=78 ALT=""></TD>
</TR>
<!-- Start of Navigation -->
<div id="navigation">
<table width="149" border="0" cellspacing="0"
cellpadding="0">
<tr><td class="navigation">
<a href="xx">testing</a>
<h1>testing</h1>
<h2>testing</h2>
</tr></td>
</div>
</table>
<!-- End of Navigation -->
</table>
</center>
</BODY>
</HTML>
the css;
CODE
#navigation {
background-color: #FFF;
font-family: Georgia, Arial, sans-serif;
font-align: right;
font-color: #7F8081;
position: absolute;
top: 0px;
left: -165px;
width: 149px;
height: 349px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#content {
background-color: #FFF;
font-family: Georgia, Arial, sans-serif;
font-align: right;
font-color: #7F8081;
position: absolute;
top: 350px;
left: 404px;
width: 400px;
height: 388px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
a:link {
color: #C0DBBA;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
}
a:visited {
color: #53B1B8;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
}
a:hover {
color: #E69747;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
cursor: nw-resize;
font-weight: bold;
}
body{
background-color: #F1F3F4;
font-color: #7F8081;
font-weight: none;
font-family: Georgia, Arial, Sans-Serif;
font-size: x-small;
margin: 0px auto;
padding: 0px;
text-align: JUSTIFY;
scrollbar-face-color: #F1F3F4;
scrollbar-shadow-color: #F1F3F4;
scrollbar-3dlight-color: #F1F3F4;
scrollbar-arrow-color: #755139;
scrollbar-track-color: #F1F3F4;
scrollbar-darkshadow-color: #F1F3F4;
scrollbar-highlight-color: #F1F3F4;
}
table, td, tr {
background-image: url('images/footer.jpg')
background-position: 20px 45px;
background-color: #FFF;
font-color: #B0B3B4;
font-family: Georgia;
font-size: x-small;
border: none;
}
h1 {
color: #D89A05;
letter-spacing: -1px;
text-align: center;
font-family: Georgia;
margin: 10px 0px 0px 0px;
line-height: 15px;
}
h2 {
color: #01A67D;
font-size: 15px;
letter-spacing: -1px;
text-align: center;
font-family: Georgia;
margin: 10px 0px 0px 0px;
font-variant: small-caps;
}
b {
color: #6BA24F;}
i, em {
color: #915023;}
u {
color: #27A2AD;}
input, textarea {
border: none;
color: #c0c0c0;
font-family: Georgia;
font-size: x-small;
background: #FFFFFFF;}
background-color: #FFF;
font-family: Georgia, Arial, sans-serif;
font-align: right;
font-color: #7F8081;
position: absolute;
top: 0px;
left: -165px;
width: 149px;
height: 349px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#content {
background-color: #FFF;
font-family: Georgia, Arial, sans-serif;
font-align: right;
font-color: #7F8081;
position: absolute;
top: 350px;
left: 404px;
width: 400px;
height: 388px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
a:link {
color: #C0DBBA;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
}
a:visited {
color: #53B1B8;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
}
a:hover {
color: #E69747;
font-family: Georgia;
font-size: x-small;
background:#FFFFFF;
text-transform: none;
text-decoration: none;
cursor: nw-resize;
font-weight: bold;
}
body{
background-color: #F1F3F4;
font-color: #7F8081;
font-weight: none;
font-family: Georgia, Arial, Sans-Serif;
font-size: x-small;
margin: 0px auto;
padding: 0px;
text-align: JUSTIFY;
scrollbar-face-color: #F1F3F4;
scrollbar-shadow-color: #F1F3F4;
scrollbar-3dlight-color: #F1F3F4;
scrollbar-arrow-color: #755139;
scrollbar-track-color: #F1F3F4;
scrollbar-darkshadow-color: #F1F3F4;
scrollbar-highlight-color: #F1F3F4;
}
table, td, tr {
background-image: url('images/footer.jpg')
background-position: 20px 45px;
background-color: #FFF;
font-color: #B0B3B4;
font-family: Georgia;
font-size: x-small;
border: none;
}
h1 {
color: #D89A05;
letter-spacing: -1px;
text-align: center;
font-family: Georgia;
margin: 10px 0px 0px 0px;
line-height: 15px;
}
h2 {
color: #01A67D;
font-size: 15px;
letter-spacing: -1px;
text-align: center;
font-family: Georgia;
margin: 10px 0px 0px 0px;
font-variant: small-caps;
}
b {
color: #6BA24F;}
i, em {
color: #915023;}
u {
color: #27A2AD;}
input, textarea {
border: none;
color: #c0c0c0;
font-family: Georgia;
font-size: x-small;
background: #FFFFFFF;}
pleaaaaaaase! someone help me! i'm getting so frustrated and my head hurts D:







