/* CSS Document */

body{
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 150px 0px;
}

.localFont {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	color: #999999;
}

