	html, body {
		height: 100%;
		width: 100%;
		margin: 0px auto;
		padding: 0px;
	}

	body {
		background: #cbd4db;
		margin: 0px auto;
	}
	
	td {
		vertical-align: top;
	}
	
	#centerTable {
		margin: 0px auto;
	}
	
	#footer {
		font: 11px Tahoma, 'Trebuchet MS', Verdana; color:#666666; text-align: center; margin-top: 1px;
	}
	
	.header {
		background: url(images/logo.jpg) no-repeat center top;
	}
	.body {
		background: url(images/fundo.jpg) no-repeat center bottom;
	}
	.p1 {
		background: url(images/fundo_p1.jpg) no-repeat right bottom;
	}
	.p2 {
		background: #999a01 url(images/fundo_p2.jpg) no-repeat left bottom;
	}
	.p3 {
		background: white url(images/fundo_p3.jpg) repeat-x center bottom;
	}
	.p4 {
		background: #999a01 url(images/fundo_p4.jpg) no-repeat right bottom;
	}
	.p5 {
		background: url(images/fundo_p5.jpg) no-repeat left bottom;
	}

.menu UL {
	clear: both;
	width: 125px;
	padding: 0px;
	margin: 0px auto;
	list-style-type: none;
}
.menu LI A {
	TEXT-INDENT: -900em;
	color: transparent;
	display:block;
	text-decoration: none;
	height: 20px; 
	width: 125px;
	margin-bottom: 5px;
}
.menu #m01 A{
	background: url(images/menu01.gif) no-repeat right top;
}
.menu #m01 A:hover {
	background: url(images/menu01.gif) no-repeat right bottom;
}
.menu #m02 A{
	background: url(images/menu02.gif) no-repeat right top;
}
.menu #m02 A:hover {
	background: url(images/menu02.gif) no-repeat right bottom;
}
.menu #m03 A{
	background: url(images/menu03.gif) no-repeat right top;
}
.menu #m03 A:hover {
	background: url(images/menu03.gif) no-repeat right bottom;
}
.menu #m04 A{
	background: url(images/menu04.gif) no-repeat right top;
}
.menu #m04 A:hover {
	background: url(images/menu04.gif) no-repeat right bottom;
}
.menu #m05 A{
	background: url(images/menu05.gif) no-repeat right top;
}
.menu #m05 A:hover {
	background: url(images/menu05.gif) no-repeat right bottom;
}
.menu #m06 A{
	background: url(images/menu06.gif) no-repeat right top;
}
.menu #m06 A:hover {
	background: url(images/menu06.gif) no-repeat right bottom;
}
