body {
	background-image:url(../images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h1 {
	color: #ffffff;
	font-size: 45px;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: normal;
	}

h2 {
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: normal;
	}
	
p {
line-height:20px;
	}