
body {
				background-repeat: no-repeat;
		background-color: #8B6639;
}
h1, h2, h3 {
	color: #111;
}
input.btn {
    color: #fff;
    background-color: #B1773A;
    border-top: 2px solid #e3a96c;
    border-left: 2px solid #e3a96c;
    border-right: 2px solid #7f4508;
    border-bottom: 2px solid #7f4508;
}
input.btn:active {
    background-color: #B1773A;
    border-top:  2px solid #7f4508;
    border-left:  2px solid #7f4508;
    border-right: 2px solid #e3a96c;
    border-bottom: 2px solid #e3a96c;
}
