	#Logo {
    	margin-top: 40px;
	}
    #Logo img{border:none;}
    #Logo a:focus,
    #Logo a:hover,
    #Logo a:active,
    #Logo a:visited,
    #Logo a:link  {
    	text-decoration: none;
    }
    .MaskPic{
    	/*background: url('/static/portal/webdesign/design/img/Mask-Pic.png') no-repeat scroll left center / 46.388% auto transparent; */
        background: url('/static/portal/custom/img/Mask-Pic.png');
        background-repeat:no-repeat;
    	display: block;
    	height: 47px;
    	margin-top: 54px;
    	position: absolute;
    	width: 58px;
        z-index:1000;
    }
