html
{ 
width:100%;
height:100%; 
background:url(../media/logo.png) center center no-repeat;
background-color: #ffcc00;
font-family:sans-serif;
font-size:10pt;
}

.footer
{
}
* {
margin: 0;
}

html, body {
height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
clear: both;
text-align:center;
color:#444;
}
.footer a
{
color: #444;
font-weight:bold;
}
.footer a:hover
{
color:#444;
}
