body {
	font-family: arial,helvetica;
	color: white; 
	background-color: #000;
	background-image: url(../pictures/bg3.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#indexinfo {
        position: absolute;
	text-align: center;
	width: 720px;
	height: 420px;		
	margin-left: -360px; 	/* half width */
	top: -210px; 		/* half height */
	left: 50%;
	padding-left: 10px;
	padding-right: 10px;
/*	padding-top: 50px;	*/
	overflow: auto;
/*	background-color: red;
	border-style: solid;
	border-width: 1px;
	border-color: red; */
}

#missionstatement {
	position: absolute;
	text-align: center;
	width: 400px;
	height: 30px;
	top: 390px;
	left: 160px;
	padding-left: 10px;
	padding-right: 10px;
/*	background-color: yellow; */
}

#mainbut1 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 96px;
	left: 10px;
}

#mainbut2 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 201px;
	left: 10px;
}

#mainbut3 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 306px;
	left: 10px;

}

#mainbut4 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 96px;
	left: 570px;
}

#mainbut5 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 201px;
	left: 570px;
}

#mainbut6 {
	position: absolute;
	width: 140px;
	height: 38px;
	top: 306px;
	left: 570px;
}
