body {
	font-family: Verdana, Geneva, sans-serif;
	color: whitesmoke;
/*
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	background: url(../../art/LightningBackground.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-color: white;
} #logo {
  position: fixed;
  top: 0;
  left: 0;
  height: 125px;
} img {
	border: 0;
} a:link {
  color: #BB2649;
} a:visited {
  color: #BB2649;
} a:hover {
  color: HotPink;
} a:active {
	color: White;
} #wrap {
	width: 810px;
	margin: auto;
} .my-gallery {
	font-size: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 810px;
} .my-gallery figure {
	width: 250px;
	margin: 10px;
	padding: 0px;
	float: left;
} #foot {
	clear: both;
} #title {
	width: 800px;
	margin: auto;
} #head {
	width: 750px;
	margin: auto;
	background-color:black;
	opacity:.6;
	padding: 1px 20px;
}