	body
	{
		background-color: #000000;
	  color: #000000;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	  vertical-align: top;
		font-family: monospace;
		font-size: 14px;
	}
	table, th, td
	{
	  border-collapse: collapse;
		border: 0px;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	h1
	{
		margin-top: 0;
		font-size: 20px;
		font-weight: bold;
	}
	h2
	{
		margin-top: 0;
		font-size: 16px;
		font-weight: bold;
	}
	h3
	{
		margin-top: 0;
		font-size: 14px;
		font-weight: normal;
		text-decoration: underline;
	}
	ul
	{
		 list-style-type: square;
	}
	a:link
	{ color: #39404D; text-decoration: none; }
	a:visited
	{ color: #39404D; text-decoration: none; }
	a:hover
	{ color: #C13F21; text-decoration: none; }
	a:active
	{ color: #C13F21; text-decoration: none; }
	.canvas-div
	{
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	}
	.canvas-table
	{
		width: 100%;
		height: 100%;
	}
	.content-td
	{
		width:1920px;
	  background-image:url('vanlife.jpg');
	  background-repeat: no-repeat;
		vertical-align: top;
	}
	.content-div-h
	{
		display: table;
		margin: 0 auto;
		height: 100%;
		max-height: 1080px;
	}
	.content-div-v
	{
		display: table-cell;
	  padding: 0px;
	  vertical-align: middle;
	}
	.legal
	{
		height: 14px;
		padding: 3px;
		padding-right: 8px;
		text-align: right;
		vertical-align: middle;
		font-size: 14px;
		font-weight: bold;
		color: #39404D;
	}
	.legal-content
	{
		max-width: 1200px;
		min-width: 300px;
		margin: 20px;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(255,255,255,0.7);
		border-radius: 20px;
		font-variant: small-caps;
		text-align: justify;
		color: #000000;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
		animation: 1s ease-out -0.5s 1 unblur_content;
	}
	.legal-txt
	{
		padding: 5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.legal-txt-h
	{
		padding: 5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.legal-txt-import
	{
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 15px;
		padding-left: 30px;
		padding-right: 3px;
		background-color: #FFFFFF;
	}
	.tile-table
	{
		margin: 0px auto;
	}
	@keyframes unblur_content
	{
			0%  { opacity: 0; }
			50%  { filter: blur(10px); opacity: 0; }
	    100%  { filter: blur(0px);  opacity: 0.9; }
	}
	.tile
	{
		margin: 18px;
		position: relative;
		width:  150px;
		height: 150px;
	  border-radius: 5px;
		padding-bottom: 0;
	  opacity: 0.9;
		background-color: #282C34;
		background-repeat:no-repeat;
		background-position: left bottom;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	  transition: 0.2s;
		animation: 1s ease-out 0s 1 unblur_content;

	}
	.tile:hover
	{
	  opacity: 1;
	}
