/* CSS Document */


body  {
background-image: url(images/bg.jpg);
background-position: center;
background-position: top;
background-repeat: repeat-y;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}