body {
	margin: auto;
	font-family: arial;
	font-size: 12pt;
	max-width: 50em;
	text-align: center;

	

}

h1 {
	color: #FF635E;
	font-family:georgia;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	
}

h2 {
	color:#FFC75E;
	font-size:18;
	text-align: center;
	font-family:georgia;
}

.italic {
	color:#F25C45;
}

body {
background-image: url(http://www.mtv.com/shared/promoimages/bands/b/belle_sebastian/press_images/getty/Belle_and_Sebastian_112035778.jpg); 

-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center ;
background-repeat: no-repeat ;
background-attachment: fixed;
}