html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
//background: #7d866b; /* Old browsers */
/*background: -moz-linear-gradient(top,  #7d7e7d 0%, #666666 100%); /* FF3.6+ *!/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#666666)); /* Chrome,Safari4+ *!/
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#666666 100%); /* Chrome10+,Safari5.1+ *!/
background: -o-linear-gradient(top,  #7d7e7d 0%,#666666 100%); /* Opera 11.10+ *!/
background: -ms-linear-gradient(top,  #7d7e7d 0%,#666666 100%); /* IE10+ *!/
background: linear-gradient(top,  #7d7e7d 0%,#666666 100%); /* W3C *!/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#666666',GradientType=0 ); /* IE6-9 *!/*/
   background-image:url('images/chruch.png');
}

#content {
	width: 950px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 200px;
	
	color: #343434;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 50px;
	
}

.title {
	font-family: verdana;
	font-weight:  100;
	font-size: 24px;
	letter-spacing: 30px;
	text-align: center;
}

#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#585858;
   text-align: center;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	padding-right: 50px;
}

.topline
{
	position:  relative;
	width: 100%;
	height:  1px;
	margin-top: -1px;
	background: #393939;
	-moz-opacity: 0.72;
	opacity: 0.72;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";

}

.bottomline
{
	width: 100%;
	height:  1px;
	background: #bdbdbd;
	opacity: 40%;
	-moz-opacity: 0.22;
	opacity: 0.22;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
	
}


.bottomline
{
	
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #b8b8b8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b8b8b8;
	box-shadow:inset 0px 1px 0px 0px #b8b8b8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7c7c7), color-stop(1, #ababab) );
	background:-moz-linear-gradient( center top, #c7c7c7 5%, #ababab 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#ababab');
	background-color:#c7c7c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #939393;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e3e3e3;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ababab), color-stop(1, #c7c7c7) );
	background:-moz-linear-gradient( center top, #ababab 5%, #c7c7c7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ababab', endColorstr='#c7c7c7');
	background-color:#ababab;
}.myButton:active {
	position:relative;
	top:1px;
}

a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-shadow:0px -1px 0px #000000;
	text-decoration: none;
}

a:link {
	color:#d0d0d0;
}      /* unvisited link */
a:visited {
	color:#d0d0d0;
}  /* visited link */
a:hover {
	color:#d0d0d0;
}  /* mouse over link */
a:active {
	color:#d0d0d0;
}  /* selected link */