#content h1 {
	font-size: 150%;
}
#content #introduction {
	float: left;
	width: 56%;
	margin-left: 4%;
/*	position: relative;
	z-index: 1; */
}
*html #content #introduction { /* IE needs incorrect measurements to render properly */
	margin-left: 2%;
}
#content #takeTestButton {
	float: right;
	margin-right: 4%;
	text-align: right;
/*	width: 76%;
	position: relative;
	top: -149px;
	height: 100px;*/
	width: 249px;
	margin-top: 0em;
}
*html #content #takeTestButton { /* IE needs incorrect measurements to render properly */
	margin-right: 2%;
}
	#content #takeTestButton img {
		border: none;
	}