body {
	background-image: url("http://309-15-14.ascjweb.com/files/niland/midterm/calvary.JPG");
	background-attachment: fixed;
	background-size: cover;
	}

h1	{
	font-family: "Georgia", Times, serif;
	font-size; 48px;
	color: #ffffff;
	text-align: center;
	}
	
#header	{
		width: 700px;
		margin: 20px auto;
		}
	
#wrapper {
		width:850px;
		margin: 10px auto;
		background-color: rgba(1000, 1000, 1000, .75);
		border-radius: 0px;
		padding: 0 20px;
		float: left;
		}
				
#parentDiv
{
    position:relative;
    min-height:700px;
}
#sidebar {
	border-top: 0px solid #99CC33;
	border-left: 0px solid #99CC33;
	height: 900px;
	width: 300px;
	float: right;
	margin-right: 150px;
	padding: 0px 0px 0px 0px;
}


