/* CSS Document */

/* CSS Document */

@charset "utf-8";
/* = geral */
* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana;
	font-size:12px;
	color:#4a4b4e;
}

body {
	background-image:url(../img/bg.gif);
	line-height: 1;
}


.fundo {
	margin: 0 auto;
}

.conteudo_geralLogin {
	margin: 0 auto;
	width: 720px;
	height:570px;
	background-image: url(../img/img_base_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed;

}

.flash {
	margin: 0 auto;
	width: 710px;
	height:510px;
	margin-top: 15px;

}


