body {
	background: url(../images/bg.jpg);
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
div#copy {
	left: 0px;
	z-index: 3;
	width: 21px;
	height: 66px;
	top: 570px;
	position: absolute;
	visibility: visible;
		}
#content {
	width: 750px;
	margin: 5px auto;
	padding: 10px 20px 20px;
	background: url(../images/bg_light.jpg);
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
	color: #336;
}

hr {
	border: none;
	height: 2px; line-height: 1px;
	background: #000;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a {
	outline-color: #888;
	text-decoration: none;
}