/* CUSTOM CSS */

#emaillink {
	cursor: pointer;
        position: absolute;
	width: 280px;
	left: 690px;
	margin-left: 0px;
	top:38px;
	margin-top: 0px;
	z-index: 99999;
	background: rgb(255,0,0);
    background: rgba(255,0,0,0);
	text-decoration: none;
	filter:alpha(opacity=1);
	-moz-opacity:0.001;
}


.box.welcome-statement h2 {
	display: none;
	visibility: none;
}