h1 {
	margin-bottom: 0px;
  }
  
p {
	margin-top: 0px;
  }
  
fieldset {
	margin-bottom: 15px;
	padding: 10px;
  }
  
legend {
	padding: 0px 3px;
	font-weight: bold;
	font-variant: small-caps;
  }
  
label {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin: 6px;
  }
  
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
  }
  
input:focus {
	background: #eaeaea;
  }
  
input, textarea {
	width: 249px;
  }
  
textarea {
	height: 100px;
  }
  
select {
	width: 254px;
  }
  
input[type=checkbox] {
	width: 10px;
  }
  
input[type=submit] {
	width: 150px;
	padding: 10px;
  }

#fatfooter {
	position: fixed;
	bottom: 0px;
	height: 45px;
	width: 100%;
	background: skyblue;
	border-top: thin solid black;
	font-size: small;
	text-align: center;
}

.bodydiv {
	font-family: 'Palatino Linotype', serif;
	max-width: 600px;
	padding: 0px 30px;
  }
  
.fixer {
	position: fixed;
	top: 10px;
	right: 10px;
	background: #888;
	border: 2px solid black;
	border-radius: 7px;
	padding: 5px;
	color: white;
	z-index: 1000;
  }

.gallery {
	margin: 0px 30px;
	background: #D8EEFE;
	padding: 10px;
  }

.gallery img {
	margin: 5px;
	padding: 5px;
	width: 320px;
	height: 240px;
	border: solid 1px black;
	transition: all .5s;
	background: white;
  }

.gallery img:hover {
	transform: scale(1.1) rotate(2deg);
  }

