html, body { margin: 0px; padding: 0px; height: 100%; }

/* Absolute bottom footer */
#all { position: relative;height: 100%; }
html>body #all { height:auto;min-height:100%;}
#footer {height: 77px;}
#empty {height: 77px;clear:both; /*height of footer + spacing*/}
#footer {
    text-align:center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
/* Absolute bottom footer */

/* autoclear patch */

.autoclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}
.autoclear {display:inline-block;}
/*\*/
	.autoclear {display:block;}
	* html .autoclear {height: 1%}
/**/

/* end autoclear */

/* Header */
#header td.logo{
	background: transparent url(logo.gif) no-repeat scroll right top;
}
#header td.mbg {
	background: transparent url(middlebg.gif) repeat-x scroll center top;
}
#header td.rbg {
	background: transparent url(rightbg.gif) no-repeat scroll left top;
}

/* Header */

#center-content {
	padding:10px;
}
