.parent {
	margin: 0px; 
	//background: url(../img/bkg_main.gif);
	//background-repeat: y;
	background: #010066; 
	height: 100%; 
	width: 100%;
}
	
.centralisedContainer {
	position: absolute; 
	width: 900px; 
	height: 100%; 
	left: 50%; 
	margin-left: -450px;
}