body, html {
	padding: 12px;
	margin: 0;
	height: 100%;
	background: #000;
	font-size: 12px;
	font-family: "Courier New", Courier;
	
}
      
.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;
	max-width: 700px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

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

.main {
	display: flex;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background-image: url('sidebg.png');
  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('buttonbg.png');
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0 3px #FFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
}

.button:hover {
	text-decoration: underline;
}

.button2:hover {
	text-decoration: underline;
}

.button3:hover {
	text-decoration: underline;
}

.button2 {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 80px;
	margin-bottom: 12px;
	font-size: 12px;
	background-image: url('buttonbg.png');
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0 3px #FFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;	
}

.button3 {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-left: 80px;
	margin-right: 20px;
	margin-bottom: 12px;
	font-size: 12px;
	background-image: url('buttonbg.png');
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0 3px #FFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
}

.wrapper-body {
	background-image: url('0004.gif');
	background-repeat: repeat-x;
	background-position: bottom; 
}

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

.bestviewedbutton {
	position: absolute;
	top: 70px;
	left: 500px; 
	right: 40px;
}

.scrollbox {
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 12px;
	background: #FFF;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 3px #FFF;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;	
}

.blinkies {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.miscbuttons{
	position: static;  
	bottom: 5px;
}

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

.marquee {
	margin-bottom: 12px;
}

h1 {
	color: #0000FF;
	font-size:22px;
	border-bottom: 1px dashed;
}

h2 {
	color: #0000FF;
	font-size:15px;
}

a {
	color: blue;
}