body {
	background: url(images/paper_background.jpg) #c4b391;
	color: #000;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

#container {
	height: 800px;
	background: url(images/contain-bg.jpg) no-repeat;
	position: relative;
}

.logo {
	position: absolute;
}

.bars {
	position: absolute;
	top: 64px;
	left: 126px;
	_behavior: url(iepngfix.htc);		
}

.history {
	position: absolute;
	top: 442px;
	left: 81px;
	_behavior: url(iepngfix.htc);	
}

.copy {
	position: absolute;
	top: 118px;
	left: 72px;
	width: 850px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

#footer {
	width: 1000px;
	text-align: center;
	padding-bottom: 20px;
}

