.frame
{

}


.red-txt
{
    color: #8B0000;
}

.red-bg
{
    background-color: #8B0000;
}

.yellow-txt
{
  color:  #ffff00;
}

footer
{
    position: absolute;
    bottom: -100px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 160px;
    background-color: #f5f5f5;
}
