.wrapper {
	background-color: #000000;
	background-image: url(images/HCM-Background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.subWrapper {
	background-color: #000000;
	height: 700px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -15px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	margin: auto;
}

