
/*BODY
{
    FONT-SIZE: x-small;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.clear
{
    CLEAR: both;
    OVERFLOW: hidden
}

#container
{
    MARGIN-TOP: 3px;
    DISPLAY: block;
    PADDING-BOTTOM: 3px;
    OVERFLOW: visible;
    WIDTH: 95%;
    MARGIN-RIGHT: 3px;
    POSITION: relative;
    BACKGROUND-COLOR: white;
}
HTML #container
{
    DISPLAY: inline-block
}
*/
#content {
    FONT-WEIGHT: bolder;
    CURSOR: hand;
    BACKGROUND-COLOR: #f3f3f3;
    TEXT-DECORATION: none;
	border-right: 0px solid #a0abad;
}
/*#content A
{
    COLOR: #999999;
    TEXT-DECORATION: none
}
#content A:hover
{
    COLOR: #ff6600;
    TEXT-DECORATION: underline
}*/

div#gohome {
  
    position: absolute;
      top: 100px;
      right: 100px;
    cursor: pointer;
        width : 28px;
    height : 26px;
}