body {
	margin-top: 0;
	margin-bottom: 0;
} 

#hint { 
	background-color:#7E1D3A; 
	color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	height: 80px;
	font-size: small;
}

#hint a {
	color:#FFFFFF;
}

#placeholder {
	background-image:url('../images/gradient_bgrd.png');
	background-repeat:repeat-x;
}