body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #efefef;
	color: #333;
}

div#wrap {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	line-height: 25px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 5px 10px #ddd;	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 10px #ddd;
}


div#wrap p {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#content {
	font-size: 16px;
	text-align: justify;
	margin-left: 70px;
	margin-right: 70px;
	padding-bottom: 40px;
}

div#content strong {
	font-family: Helvetica, Arial, sans-serif;
}

div#logo {
	background: url(http://www.wyctim.com/images/madarlatta-kenyer/logo.png) 40px 50px no-repeat;
	width: 700px;
	height: 370px;
	margin-left: 20px;
	margin-top: 60px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #888;
}