*{
	text-align: center;
}
body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}
h1{
	margin: auto;
    padding: 15px;
    text-align: center;
    color: #c52020;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 33px;
    background: -webkit-linear-gradient(#990000, #990000, #990000, #f91313, #9c0000, #990000, #990000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.jp{
	margin: auto;
	font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #c52020;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 40px;
    background: -webkit-linear-gradient(#990000, #990000, #990000, #f91313, #9c0000, #990000, #990000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn {
    font-weight: 800;
    font-size: 28px;
    border: 0px solid #fffffff;
    width: 200px;
    height: 65px;
    border-radius: 20px;
    color: #000000;
    background: -webkit-linear-gradient(#5a0b0b, #ba0202, #f97575, #ba0202, #d46767, #ef6767, #e45d5d, #ba0202, #821515, #ba0202, #feaeae, #ba0202);
    padding: 0px 10px;
    margin: 5px 20px 10px;
}
.btn:hover {
    color: #fff;
    box-shadow: 0 0 6px 3px #ffffff;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #000 0%, #26c1ef 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
    background: linear-gradient(to bottom, rgba(241, 99, 99, 0.18) 100%, #9e1313 100%);
    padding: 0px 10px;
}
.contact{
	font-weight: bold;
	font-size: 30px;
	-webkit-text-stroke: white;
	-webkit-text-stroke-width: thin;
	-webkit-text-stroke-color: oldlace;
	margin: 10px 0 10px 0;
}
.content{
	color: #ffffff;
	font-size: 12px;
	margin: 0 150px 15px;	
}
footer{
	font-size: 8px;
	color: #fff;
	margin: auto;
}
.box{
	margin: 5px 100px 0px 100px;
}
table.rateTable {
	border: 1px solid #464646;
	background-color: #3a0707;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: auto;
}
table.rateTable td, table.rateTable th {
	border: 1px solid #ff0000;
	padding: 1px 1px;
}
table.rateTable tbody td {
	font-size: 13px;
	color: white;
}
table.rateTable thead {
	background: #464646;
	background: -webkit-linear-gradient(#3a0707, #ff2d2d, #960d0d, #d22727, #960d0d);
	border-bottom: 2px solid #444444;
}
table.rateTable thead th {
 	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #ff0000;
}
