@charset "UTF-8";
/* CSS Document */

body {
	color: #231f20;
	background-color: #F1EFF2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	overflow: auto;
	}
	
#text {
	clear: both;
	width: 800px;
	padding-top: 140px;
	margin-left: auto ;
  	margin-right: auto ;
	text-align: center;
	height: auto;
	}
