.mainbg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
body {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

