html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url(http://www.showmeparanormal.net/images/wood_18.jpg);
  background-repeat: repeat;
  background-position:  center center;
}

#pagewidth {
  width: 950px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#header {
	position: relative;
	height: 170px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #E5E5E5;
	background-image: url(http://www.showmeparanormal.net/images/PPlogocolored.jpg);
	background-repeat: repeat-y;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
#h2m {
	position: relative;
	height: 8px;
	width: 950px;
	font-size: 1px;
	background-image: url(http://www.showmeparanormal.net/images/H2M.png);
	background-repeat: no-repeat;
	float: left;
	color: #E5E5E5;
}
#menuarea {

	position: relative;
	height: 70px;
	width: 950px;
	background-image: url(http://www.showmeparanormal.net/images/MenuBG2.png);
	background-repeat: no-repeat;
	float: left;
}

#m2b {
	position: relative;
	height: 8px;
	width: 950px;
	font-size: 1px;
	background-image: url(http://www.showmeparanormal.net/images/M2B.png);
	background-repeat: no-repeat;
	float: left;
	color: #E5E5E5;
	z-index:0;
}
#maincol {
	position: relative;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E5E5E5;
	background-image: url(http://www.showmeparanormal.net/images/BodyBG.png);
	background-repeat: repeat-y;
	float: left;
	z-index:0;
}
.textcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	padding-right: 15px;
	padding-left: 15px;
	width: 920px;
}
#b2f {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(http://www.showmeparanormal.net/images/B2F.png);
	height: 20px;
}

#footer {
	position: relative;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E5E5E5;
	background-image: url(http://www.showmeparanormal.net/images/BodyBG.png);
	background-repeat: repeat-y;
	float: left;
}

#CloseFooter {
	position: relative;
	width: 950px;
		font-size: 1px;

	background-repeat: no-repeat;
	background-image: url(http://www.showmeparanormal.net/images/FooterEnd.png);
	height: 10px;
	float: left;
	clear: left;
}
.B02 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #E5E5E5;
}
.B05 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #E5E5E5;
}

#ForumButton
{
  display: block;
  width: 120px;
  height: 60px;
  background: url("http://www.showmeparanormal.net/images/Forum.png") no-repeat 0 0;

}

#ForumButton:hover
{ 
  background-position: 0 -60px;
}

#ForumButton span
{
  display: none;
}
.B03 {

	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #E5E5E5;
}
.I03 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E5E5E5;
	font-style: italic;
}


.reshima ul li {
	list-style-image:url(http://www.showmeparanormal.net/images/MMRibbon33x40.gif);
	vertical-align:middle;
	padding: 2px 10px 0px 5px;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;
width: 100%;
}

a.squarebutton{
background: transparent url('http://www.showmeparanormal.net/images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; 
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; 
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('http://www.showmeparanormal.net/images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ 
background-position: bottom left;
}

a.squarebutton:hover span{ 
background-position: bottom right;
color: black;
}

