#reslayer {
	width: 700px;
	height: 50px;
	overflow: auto;
	visibility: visible;
	padding: 5px;
	border: 0px solid #000;
	margin: 0 auto 0 auto;
}

#reslayer h1,
#reslayer h2,
#reslayer p, 
#reslayer a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#reslayer a:hover {
	text-decoration: underline;
}