@charset "utf-8";

body {
	background: url(../image/background.jpg) no-repeat left bottom;
}

div#container {
	position: absolute;
	bottom: 60px;
	left: 230px;
	width: 75%;
	padding-right: 30px;
	line-height: 1.8em;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	background: url(../image/border.gif) repeat-x bottom;
	color: #444;
}

h2.top-copy {
	width: 90%;
	margin-bottom: 180px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background: none;
	text-align: center;
	color: #000;
}

p {
	padding-bottom: 60px;
	line-height: 1.8em;
	color: #636;
}