@import url(base.css);
@import url(header.css);
@import url(content.css);
@import url(footer.css);

html, 
body
{
height: 100%;
font-size:100%;
}

html, body
{
font-family: georgia, 'trebuchet ms', verdana, arial, helvetica, tahoma, sans-serif;
color: #000;
background:#fff;
text-align: left;
font-size:100%;
line-height:1.125em;
}

#wrapper 
{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 -94px; 
}

.push 
{
height: 94px; 
clear:left;
}