@charset "utf-8";
html, body {
	height:100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	background-image: url(http://www.edumellone.com.br/imagens/fd_pag.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding:0;
	background-color: #EEECE1;
	overflow:hidden;
}
#flashContent {
	width:100%;
	height:100%;
}

a:link{
	text-decoration:none;
	color:#E57819;
}
a:active{
	text-decoration:none;
	color:#E57819;
}
a:hover{
	text-decoration:none;
	color:#E57819;
}
a:visited{
	text-decoration:none;
	color:#E57819;
}
#main {
	width: 900px;
	position: relative;
	margin: auto;
	top: 0px;
}
