@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;
}
h1{
font-size:22px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding:10px 10px 0px 10px;
color:#444444;
margin-bottom:0px;
}
.bodyText{
padding:10px;
font-size:11px;
font-family:arial, helvetica, sans-serif;
color:#666666;
}
