body {
	background-color: #000000;                                   
	background-image: url('background.jpg');      
	background-repeat: no-repeat;                             
	background-attachment: fixed;                             
	background-position: top center;                      
    }

p {
	font-family: georgia, palatino, times new roman, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align:justify
    }

