body {
	color: #f5f5f5;
	font-size: 62.5%;  /* 16px × 62.5% = 10px -- use .em for font sizes */
	font-family: helvetica, georgia, arial, sans-serif;
	margin-left: 0;
	margin-top: 0;
	background-color: black;
	text-align: center;
}
h1 {
	color: #ececec;
	font-family: helvetica, georgia, arial, sans-serif;
	font-size: 1.2em;
	margin-top:0px;
	margin-bottom:5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
}
.reducemargins {
	margin: auto 20% auto 20%;
	text-align: justify;
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: #696969;
	font-size: small;
	text-transform: uppercase;
}
#page {
	margin: 30px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 760px;
	border: #696969 1px solid;
	text-align: center;
	background-color: black;
	background-image: url(photos/pictures-background.jpg);
	background-repeat: no-repeat;
}
img {
	border: none;
}
img.mainimg {
	border: thin solid #efefef;
	margin-top: 20px;
	margin-bottom: 20px;
}