body {
	margin: 0px;
	padding: 0px;
	background-color: #353535;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.home-button {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #22292a;
	text-decoration: none;
	text-align: center;
}
.home-button a{color:#22292a; text-decoration:none;}
.home-button a:hover{color:#22292a; text-decoration:underline;}

.page-center-bg {
	background-color: #dedede;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	font-family: tahoma;
	font-size: 30px;
	color: #22292a;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
