﻿#container {
	position: relative;
	width: 100%;
	background-image: url('images/background.jpg');
	margin-right: 50px;
}
#masthead {
	height: 100px;
	position: relative;
}
#left_col {
	position: absolute;
	width: 100px;
	float: left;
	top: 100px;
	left: 0px;
	height: 100%;
}
#right_col {
	position: absolute;
	width: 100px;
	top: 100px;
	float: right;
	right: 0px;
	height: 100%;
}
#page_content {
	border-style: solid;
	border-color: #663300;
	background-position: center center;
	margin-right: 100px;
	margin-left: 100px;
	background-image: url('images/James-and-Eliza-Hammond.jpg');
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#footer {
	height: 100px;
}
#link {
	border: 3px solid #663300;
	position: relative;
	width: 100px;
	height: 40px;
	background-color: #CC6600;
	left: 0px;
	text-align: center;
}
