body {
 	padding: 0;
   	margin: 0;  
   	width: 100%;
	}
#fadeinbox {
	position:absolute;
 	width: 380px;
 	left: 0;
 	top: -400px;
 	border: 1px solid #826553;
 	background-color: #DAC9B9;
 	padding: 0px;
 	z-index: 100;
 	visibility:hidden;
	}
abbr, acronym, .help {
	color: #000;
	border-bottom: 1px dotted #000;
	cursor: help;
	}
a {
	text-decoration:none;
	}