@charset "UTF-8";


/* CSS Document */
	header, section, footer, aside, nav, article, figure {
	display:block;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../project4/images/Background-Experimental.png);
	background-repeat: no-repeat;
	background-position: center 130px;
}
.floatLeft {
	border: 1px dotted #000;
	float: left;
	margin: 7px;
	padding: 7px;
	text-align: center;
}
.floatRight {
	border: 1px dotted #000;
	float: right;
	margin: 7px;
	padding: 7px;
	text-align: center;
}
 #centeringDiv {
	min-height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* [disabled]background-color: rgba(249,249,249,1); */
}
header {
	text-align: right;
	height: 130px;
	width: 1000px;
	background-image: url(../project4/images/Background-Experimental.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

article {
	width: 98%;
	height: 600px;
	padding: 1%;
}
footer {
	font-size: 9px;
	text-align: center;
	padding: 5px;
	color: rgba(255,255,255,1);
}
.centered {
	text-align: center;
}

#header {
	position: absolute;
	width: 688px;
	height: 78px;
	z-index: 1;
	left: 5px;
	top: 55px;
}

#mental {
	position: absolute;
	width: 229px;
	height: 68px;
	z-index: 1;
	left: 679px;
	top: -1px;
}
#picnumber1 {
	position: absolute;
	width: 213px;
	height: 58px;
	z-index: 1;
	left: 496px;
	top: 218px;
}
