/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 600px;
	background-color: #CCCCCC; 
/*	background-color: #FFFFFF; */
}

#centered {
	position: relative;
	top: 20;
	right: 0;
	margin: 0 auto;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	height: 525px;
	z-index: 2;
}

#centereditem {
	position: relative;
	top: 20;
	right: 0;
	margin: 0 auto;
	width: 600px;
	text-align: left;
	height: 909px;
	z-index: 2;

}


a {
	font-family: "Helvetica", helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

p {
	font-family: "Helvetica", helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
