body{
	text-align: center;
	margin:0px;
	padding:0px;
    background-color: #0001b4;	

	}

#textbox1{

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid black;
	padding: 10px;
		}
		
#textbox2{
	position: relative;
	height:auto;
	width: 865px;
	top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 0px solid blue;
		}

#navbar{
	positive: absolute;
	height:50px;
	width:600px;
	top:0px;
	left:500px;
	background-color: #0001B4;
		}

#picturebar{
	float: center;
	height:400px;
	width: 450px;
	top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 2px solid blue;
	overflow:auto;
	}
	
#textbox3{
	height: auto;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 0px solid blue;
		}
