﻿/* insere as bordas vermelhas nos cantos da tela, para ambiente de homologação */
body 
{
    border-right: 30px solid #333;
}

.hmgMark
{
    position: absolute;
    top: 100px;
    right: 0px;
    width: 30px;
    height: 200px;
    background-image: url(../Images/hmg_mark.gif);
}