/* CSS Document */
body { 
	background-color:#6e1d57;
	margin:0;
	padding:0;
	/*background:url(../images/backg.jpg) left top repeat-x;*/
}

#alternate { 
	/*centering horizontally*/
	margin-left: auto;
  	margin-right: auto;	
}

html, body, #alternate { 
	width: 100%;
	height:100%; 
	margin: 0px;
	padding:0px;
}

