body {
	background-image: url("images/gravel.png");
  	background-repeat: repeat;
}
body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 1em 0;
	color:#000;
	font-family: 'Impact';
	font-style: normal;
	font-size: 2em;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color:#000
}

div#center {
	background-color:#fff;
    width: 1000px;
    margin: 0 auto;
	align: center;
    }

a#logo {
	text-decoration: none;
	display: block;
	margin: 0 0 10 0;
	background-image:url(images/LOGO_SS_1000w.png);
	width: 1000px;
	height: 212px;
}

  .img-box {
    overflow: hidden;
  }

  .img-box img {
    width: 580px;
    height: 400px;
    object-fit: cover; /* or contain, fill, scale-down */
  }


table {
    	border-collapse: collapse;
    	width: 100%;
    	margin: auto;
	}
	th, td {
      	border: 0px;
      	padding: 20px;
      	text-align: center;
    }
	tr:first-child td {
      	background-color: #fff;
		padding: 0;
    }


div#centerOLD {
	background-color:#fff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
