/* CSS Document */

body{
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-width: 1000px;
}

p
{
	font-family: "Courier New", Courier, monospace
	text-align: left;
	color: black;
	
}


