
body	{
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
}

#container	{
	width: 550px;
	height: 478px;
	background-image: url(../img/index.jpg);
	border-color: #018504;
	border-style: solid;
	border-width: 1px;
	margin: auto;
}
#header	{
	width: 550px;
	height: 75px;
	text-align: left;
	vertical-align: middle;
	background-color: #92d235;
	float: left;
}
#header_texto	{
	width: 200px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #92d235;
	float: left;
}
#contents_flash	{
	width: 550px;
	height: 300px;
	float: left;
}
#footer	{
	width: 550px;
	height: 100px;
	background-image: url(../img/footer.gif);
	float: left;
}

.texto_topo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
}
