html, body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #7a71b9;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #7E7264;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-base-color: #000000;
scrollbar-3d-light-color: #E9E0C1;
scrollbar-dark-shadow-color: #000000
}
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
	font-weight: normal;
	background-image: url(back.jpg);
	background-repeat: repeat;
}
#container {
	width: 750px;
	margin-top: 25px;
}
#tabela {
	background-color: #000000;
	text-align: center;
	width: 650px;
	border-top: medium double #6f62a5;
	border-right: medium double #6f62a5;
	border-bottom: medium double #6f62a5;
	border-left: medium double #6f62a5;
	padding-top: 30px;
}
#imagem {
	background-image: url(avatar.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 502px;
	width: 502px;
}
#tutorial {
	padding-top: 20px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
#creditos {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	width: 200px;
	font-weight: normal;
	text-decoration: underline;
}
#footer {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
}

