   html, body, .wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
   }
   .wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
	.paragraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
.paragraph a {
	color: #F90;
	text-decoration: none;
}
.paragraph a:hover {
	color: #FFF;
	text-decoration: none;
}
.profile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #563313;
	text-transform: uppercase;
}
.footer a {
	color: #4B3012;
	text-decoration: none;
}
