﻿body 
{
	/*background-color:#7788a6;*/
  background-image:url("http://ktmfh.org/themes/custom/newImages/bg.jpg");
  background-position:center top;
  background-repeat:repeat;
  background-color:Transparent;
  text-align:center;
}

#wrapper
{
	text-align:center;
	width:871px;
	/*padding:0px 5px 0px 5px;*/
	background-color:#b9aa8d;
	/*border: 2px solid #ccc;*/
	border: 16px solid #4a4233;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	position:relative;
	max-width:871px;
	min-width:871px;
	height:778px;
}
#bottom
{
	/*background-image:url("http://ktmfh.org/ktmfh/text_logo_bottom.png");*/
	background-repeat:no-repeat;
	position:relative;
	width:871px;
	bottom:0px;
	left:0px;
	background-position:center;
}

#bottom img
{
	background-position:center;
	position:relative;
	margin:0 auto;
	left:0px;
}

#btnSplash
{
	background-image:url("../themes/custom/newImages/splash_btn.png");
	background-position:center -35px;
	background-repeat:no-repeat;
	cursor:pointer;
	height:35px;
	color:#e8d9bb;
	width:375px;
	display:block;
}

#btnSplash:hover
{
	background-image:url("../themes/custom/newImages/splash_btn.png");
	background-position:center 0px;
	background-repeat:no-repeat;
	color:#4a4234;
	cursor:pointer;
	height:35px;
	width:375px;
	display:block;
}

#btnSplash a
{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration : none;
	cursor: pointer; 
	line-height:31px;
}

a:link {
	color:#e8d9bb;
	font-size: .8em;
	font-weight:600;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}
a:visited {
	color:#e8d9bb;
	font-size:.8em;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	text-decoration: none;
	}
a:hover {
	color: #4a4234;
	font-size: .8em;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	text-decoration: none;
	}
a:active {
	color:#4a4234;
	font-size: .8em;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	text-decoration: none;
	}
