@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 120px;
	text-align: center;
}
#content {
position: relative;
z-index: 2;
}
#header{
 position:absolute;
	background-image: url(../images/top_mptivo.jpg);
	height: 129px;
	width: 100%;
	left: 0px;
	z-index: 1;
}

.centerbottontext {
	text-align: center;
	color: #777;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
