html, body
{
	overflow: hidden;
}

body
{
	text-align: justify;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	font-family: 'Lora', serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
	background-color: black;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover
{
	cursor: pointer !important;
	text-decoration: none;
}

#container
{
	min-width: 870px;
}

.table_slide
{
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 920px;
}

.show_slide
{
	text-align: center;
}

.show_slide img
{
	cursor: pointer !important;
}

.menu_footer, .menu_header
{
	position: absolute;
	border-spacing: 5px;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.menu_footer
{
	bottom: 10px;
}

.menu_header
{
	top: 10px;
}

.menu_footer tr td, .menu_header tr td
{
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	border: 3px solid white;
	text-align: center;
	color: white;
	cursor: pointer !important;
	width: 15%;
}

.hidden
{
	visibility: hidden;
}

.backstretch img
{
	/*max-height: 100vh !important;*/
}
