body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	
	background-image: url('twinklestars.gif');
	font-size: 12px;
	font-family: Garamond, serif;
}

.page {
	padding: 12px;
	background: #FFF;
	background: #FFF;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4 {
}

h1 {
}

h2 {
}

.wrapper {
	border: 6px ridge;
	width: 700px;
	margin: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

.header {
	border-bottom: 6px ridge;
	height: 160px;
	box-sizing: border-box;
	background-image: url('stars2.png');
	position: relative;
}

.main {
	display: flex;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background: #060507;
  color: white;
  min-height: 760px;
}

.content {
	flex-grow: 1;
}

.button {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
	background-image: url('newstatic.jpg');
	border-radius: 5px;
	color: #01ff02;
	text-decoration: none;
	text-shadow: 0 0 3px #000000;
	letter-spacing: 1px;
	border: 1px solid #03A062;
}

.button:hover {
	text-decoration: underline;
	background-image: url('newstatic.gif');
}

.wrapper-body {
	background-image: url('twinklestars.gif');
}

.cat {
  position: absolute;
  top: 0;
  right: 40px;
  height: 140px;
}

.title {
  padding-top: 20px;
  padding-left: 20px;
}

h1 {
	color: #000000;
	border-bottom: 1px dashed;
}

h2 {
	color: #000000;
}

a {
	color: blue;
}