html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -45x; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 84px;         /* required - desired height */
	width: 350px;          /* required - desired width */

	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

a img {
   border: 0;
}

div#bottom_div {
height:45px; 
background-image:
url(bar-footer.gif); 
background-repeat:repeat-x; 
position:relative; 
background-color:#000000;  
width:100%; 
bottom:0; 
position:fixed; 
}

div#bottom_div #menuFooter {
float:left; 
margin-left:15px; 
margin-top:10px;
}
div#bottom_div #menuFooter a{
color:#990000;
font-size:12px; 
font-family:Georgia; 
vertical-align:middle;
padding:5px;
margin:5px;
text-decoration:none;
}
div#bottom_div #menuFooter a img{
vertical-align:middle;
}
div#bottom_div #menuFooter a:hover{
color:red;
text-decoration:underline;
}
div#bottom_div #menuFooter a:hover img{

}