/** Pete Murray - news page **/

body {
	background-attachment: fixed;
	background-image: url(assets/PM-bg-news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main_content li { /* UNIQUE TO THIS CSS FILE */
	color: #A0E1EE; /* font colour - light blue */
	margin-bottom: 20px;
}
