/* Center Styling */

#textHolder {
	position: relative;
	width: 400px;
	left: 190px;
	top: 60px;

}

.centerText {
	letter-spacing: 2px;
	color: #2B3A81;
	font-family: CenturyGothic, 'Century Gothic', ArialMT, Arial, sans-serif;
	font-size: 28px;
	text-align: right;
	margin-bottom: 40px;
}

.centerText p {line-height: 40px;}

#center img {
	position: relative;
	left: 200px;
	top: 130px;
}