.pictures {
	background-attachment: fixed;
	background-image: url(testpic.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	background-position: center;
}

