body, html { 		background-color: #7C2F7F;
				margin: 0;
				padding: 0;
				height: 100%;	/*IE*/			
				min-height:100%; /*Other Browsers*/
}

p{				line-height: 18px;
				margin:0 0px 0px;
				text-align: justify; 
}


div.container_top {		position: absolute;
					margin-top: 50px;
					/*top: 50%;*/
					left: 50%; 
					width:950px;
					height: 600px;
					margin-left:-475px;
					/*margin-top:-325px;*/
					border: 0px #999999 solid;
					background: transparent;

				
}

div.container {			position: relative;
					top: 30px;
					width: 950px;
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					border: 1px #999999 solid;
}


div.centre {			float:left;
					width:950px;
					clear: both;
}


div.spacer {			float:left;	
					height: 20px;
					width: 950px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
					clear: both;
}

div.aff {				float:left;	
					height: 260px;
					width: 950px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
					clear: both;
}


