body {
	background-image: url('images/Background_01.jpg');
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
}

/*Container element for all projects and information*/
div.content {
	position: absolute;
	top: 50%;
	width: 5000px; /*This will change as you add projects*/
	overflow: auto;
	margin-top: -225px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
}

/*Container for menu*/
div.menu {
	position: fixed;
	left: 20px;
	top: 50%;
	width: ;
	height: 500px;
	margin-top: -225px;
	padding: 0;
	z-index: 1;
}

/*Container element for each section*/
#mainbox {
	overflow: hidden;
	float: left;
	display: inline;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}