	#contentHolder {
		width: 100%;
		text-align: center;
		vertical-align: top;
		margin-top: -20px;
	}
	
	#content {
		background-image: url(images/background.png);
		width: 1026px;
		height: 713px;
		overflow: hidden;
		text-align: center;
		margin: 0 auto;
	}
	
	.cornerBox { 
		position: relative; 
		overflow: hidden; 
		width: 290px;
		height: 290px;
	}
	
	.cornerBoxInner { 
		padding: 10px; 
		color: #13007c;
		font-family: "Helvetica";
		font-size: 12px;
		text-align: justify;
	}
	
	body {
		margin-top: 0px;
	}