body {
	background-image: url("back.png");
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#b9b9b9;
	margin:0;
	padding: 0;	
	font-family: Arial;
	text-align:center;
	}
h1 {
	font-family: Arial;
	margin: 10px;
	padding: 0;
	text-align:left;
	}
.intro, .expo {
	text-align:left;
	display: block;
	background-color: #E0E0E0;
	padding: 10px;
	width: 741px;
	margin: 1em auto;
	border: 0;
	}
ol.strips {
	margin: 1em auto;
	padding: 0 20px;
	list-style-type: none;
	text-align:center;
	width:751px;
	}
ol.strips li {
	padding: 20px 0;
	}
ol.strips img {
	border: 6px solid black;
	width: 751px;
	height: 247px;
	}
#copy {
	font-size: .7em;
	text-align: right;
	width: 50%;
	float:right;
	}
