/* CSS Document */
body {
	background-color: #EBECEE;
	padding: 0px;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #3c3c3c;	
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	width: 100%;
	height: 100%;
	}

p {
	margin: .5em 0 1em 0;
	text-align: center;
	}
	
ul, li { 
	list-style-type: square; 
	text-align: left;
	}
	
.centerbox {
	width: 400px;
	padding: 0px 5px 5px 5px;
	margin: 40px auto 0px auto;
	height: 100%;
	background: #ffffff;
	border: 1px solid #3c3c3c;
	text-align: center;
	}