body {
	background-image: url(_imgs/background.jpg);
	background-repeat: no-repeat;
	background-color: #f8c9bf;
}

/* TOPO */

#header {
	margin: auto;
	width: 772px;
	height: 139px;
}

/* MENU */

#menu {
	margin: auto;
	width: 772px;
	height: 45px;
}

/* LOGIN */

#nav_bar {
	margin: auto;
	width: 772px;
	height: 32px;
	background-image: url(_imgs/nav-bg.jpg);
}

/* BANNER */

#banner {
	margin: auto;
	width: 772px;
	height: 199px;
	margin-top: 5px;
}

#id {
	margin: auto;
	width: 772px;
	height: 49px;
	margin-top: 5px;
}

#teste {
	margin: auto;
	width: 772px;
	height: 49px;
	margin-top: 5px;
}
/* MAIN CONTENT */

#mainContent {
	margin: auto;
	width: 772px;
	height: auto;
	background-color: #FFFFFF;
}










/* RODAPE */

#footer {
	margin: auto;
	width: 772px;
	height: 73px;
}