* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #EFEFEF url(page-bg.png) no-repeat center center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #7E0C6E;
	cursor: default;
}
a {
	color: #333;
}
#website {
	width: 790px;
	height: 550px;
	margin: 0 auto;
	padding: 25px 80px 0;
	text-align: left;
	background: #FFF;
}
#website h1 {
	font: normal 36px/48px Georgia, "Times New Roman", Times, serif;
	color: #7E0C6E;
}
#website h2 {
	font: normal 24px/48px Arial, Helvetica, sans-serif;
	color: #FC0;
	border-bottom: 1px solid #FC0;
}
#website p {
	font-size: 14px;
	line-height: 24px;
	margin: 18px 0 0;
}
#website p small {
	font-size: 12px;
	line-height: 20px;
}

.nota {
	border: 1px solid #888;
	padding: 10px;
	margin: 20px 0;
	color: #333;
	background-color: #CCC;
}

