body {
	font-family: "Courier New", courier, serif;
	color: #878787;
	margin: 0;
	padding: 0;
	background-image: url('main_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
}

#container {
	width: 1000px;
	height: 642px;
	margin: 0;
	background-image: url('white_bgl.png');	
	background-repeat: no-repeat;
}

#words {
	line-height: 150%;
	font-size: 18px;
	margin: 175px 0 0 490px;
	width: 430px;
}

a {
	color: #51aa47;
	text-decoration: underline;
}

.inquiries {
	height: 37px;
	padding: 2px 0;
	margin-top: 40px;
	background-image: url('tape_bg.jpg');
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	background-image: url('footer_bg.jpg');
}