.flash {
	position: absolute;
	top: 20%;
	left: 10%;
	bottom: 20%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2E8E2;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
	background-position: center;
}
body,td,th {
	color: #CCCCCC;
}
#pie {
	background-attachment: fixed;
	background-image: url(images/imgpie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

