/* CSS Document */
#wrapHead {
    position: relative;
    height: 100px;
}
#wrapHead strong {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
/*------------------------------------------------*/
#wrapFoot {
    clear: both;
}
#wrapFoot p {
    padding: 30px 0;
}
/*------------------------------------------------*/
/*end*/