html {
    height: 100%;
    /* required for Safari/Firefox since they consider html
being the parent viewport for body */
}

body {
    background: #FFF;
    font-family: 'Lucida Grande', Geneva, Arial, sans-serif;
    font-size: 76%;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

html #iefix {
    text-align: center;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

p, li {
    color: #000;
    line-height: 1.4em;
    margin-top: 0px;
    font-size: 11pt;
}

.header .logo_topup {
    background: url(../images/logo_topuptv.gif) top left no-repeat;
    width: 178px;
    height: 58px;
    margin: 10px 0px 0px 5px;
    float: left;
}

.logo_topup span {
    display: none;
}

.container_white {
    border: none;
}

.container_white,
.help_article {
    width: 800px;
    margin: 0 auto;
}

img,
.navbox,
.subnav,
.search,
.crumbtrail,
.teasers_help_categories,
.footer_info,
.header_links,
.button_print {
    display: none;
}
