@charset "utf-8";

body{
	background:url(../images/bg.jpg) repeat-x;
	text-align:center;
	margin:0px;
}
#conteiner{
	width:1000px;
	margin:auto;
	position:relative;
}
#marginn{
	widows:1000px;
	height:40px;
}
#flash{
	width:1000px;
	height:480px;
	float:left;
}
#rodape{
	width:1000px;
	height:30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#98999c;
	font-size:11px;
	margin-top:45px;
}