/* Sticky footer */
html,body {
height:100%;
}
* {
margin: 0;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em !important; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 4em; /* .push must be the same height as .footer */
}

/* Misc */

#hd {
background: #222;
color: #fff;
border-bottom: solid 8px #f60;
padding-top: 1em;
}
#hdwrapper {
width: 800px;
margin: auto;
position: relative;
height: 400px;
}

#hdwrapper img {
position: absolute;
right: -62px;
bottom: 0;
}

#hdwrapper #ad {
position: absolute;
left: 0;
bottom: 0;
}

#bdwrapper {
width: 800px;
margin: auto;
}

#bd {
background: #fff;
color: #000;
padding-top: 1em;
}

#doc3 {
margin: 0;
padding: 0;
}

#hd h1 {
font-size: 2.5em;
color: #f60;
}

#hd p {
font-size: 1.5em;
width: 400px;
}

h2 {
font-size: 1.5em;
}

.footer, #ft {
text-align: left;
padding: 0 3em;
color: #aaa;
}

.footer a {
color: #aaa;
text-decoration: none;
}
.footer a:hover {
color: #555;
text-decoration: underline;
}


#footerwrapper {
width: 800px;
margin: auto;
}

#bd a {
color: #000;
text-decoration: none;
}

#bd a:hover {
color: #00f;
text-decoration: underline;
}

#hdwrapper h1 span {
}
#hdwrapper h1 span#logo {
width: 129px;
height: 60px;
background: url(../img/qompr.png) no-repeat;
text-indent: -2000px;
padding-right: .3em;
display: block;
float: left;
}
#hdwrapper h1 span#payoff {
display: block;
float: left;
}

#hdwrapper p {
display: block;
margin-top: 1em;
width: 250px;
}

#hdwrapper h1 {
zoom: 1;
}
#hdwrapper h1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#hdwrapper h1 em {
color: #fff;
font-style: normal;
}