/* text.css */

body {
	background: #4280a5;
}

#centreblock {
	width: 640px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -240px;
	text-align: center;
}

p {
  color:#FFFFFF;
}
