﻿#weetbixmain {
    background-color: #01274E;
    text-align:center;
    background-image:url('../images/weetbix_ribbon.png');
    background-repeat:no-repeat;
}
#weetbixtext {
    text-align:left;
    font-family: Century Gothic, Arial, Verdana, Helvetica;
    font-size:0.8em;
    color:White;
    padding-left:20px;
    padding-right:20px;
}
#weetbixtext a {
    color: #FFF200;
    text-decoration:none;
    
}
#weetbixtext a:hover {
    text-decoration:underline;
}

