*{
	text-align: center;
}
body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}
h1 {
    margin: 0 100px 0 100px;
    padding: 15px;
    text-align: center;
    color: #c52020;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 28px;
    background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news{
	font-size: 20px;
	color: #f5cc51;
	border: 0px #640;
	border-radius: 5px;
	background-color: #00000069;
	margin: 0 150px 0;
	padding: auto;
}
.btn {
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
	border: 1px solid #640;
	width: 200px;
	height: 70px;
	border-radius: 12px;
	color: #4d2600;
	background: linear-gradient(to bottom,#ece0ba 16%,#52c179 54%);
	padding: 0px 10px;
	margin: 15px;
}
.btn:hover {
    letter-spacing: 0;
    color: #fff;
    background: linear-gradient(to bottom,#ff0 16%,#c90 54%);
    text-decoration: none;
    border: 1px solid #ff6;
}
.contact{
	font-weight: bold;
	font-size: 25px;
	color: #ffeb3b;
	-webkit-text-stroke: white;
    -webkit-text-stroke-color: #be8b00;
    -webkit-text-stroke-width: thin;
	background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
}
.jp{
    font-weight: bold;
	font-size: 50px;
    background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ffeb3b;
	padding: 3px;
	margin: 0 0 15px 0;
}
.p{
    margin: 10px 200px 10px 200px;
    color: white;
    font-size: 13px;
}
.box{
	margin: 10px 200px 10px 200px;
}
table.rateTable {
	border: 1px solid #464646;
	background-color: #845b0a;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: auto;
}
table.rateTable td, table.rateTable th {
	border: 1px solid #362902;
	padding: 1px 1px;
}
table.rateTable tbody td {
	font-size: 13px;
	color: white;
}
table.rateTable thead {
	background: #ffffff;
	background: -webkit-linear-gradient(#996600, #996600, #996600, #f9ac13, #9c6900, #996600, #996600);
	border-bottom: 2px solid #444444;
}
table.rateTable thead th {
 	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #3f3003;
}
footer{
	font-size: 8px;
	color: #fff;
	margin: auto;
}