body {
	width: 640px;
	height: 100%;
	margin: 0 auto;
	background: #ff0080;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	}
.wrapper {
	height: 100%;
	background: #ffffff;
	}
.content {
	height: 70%;
	overflow: auto;
	}
p {
	color: #450022;
	text-align: justify;
	padding-right: 50px;
	margin: 0 0 0 50;
	}
