* {margin:0;padding:0}
html,body{height:100%;width:100%;}
body {
background-color:#000000;
text-align:center;
min-height:500px;
min-width:900px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 500px;
}
#inner {
width: 900px;
height: 500px;
text-align: left;
margin-left:auto;
margin-right:auto;
}

#top{
	width:100%;
	height:100px;
	text-align:left;
}
#middle{
	width:100%;
	height:362px;
	text-align:center;
	border:1px solid #FFFFFF;
}
#horeca
{
    padding: 20px;
    text-align: center;
	font-size:26px;
	font-weight: bold;
	color:#fff;
}
.odkaz{
    padding: 60px 30px 0px 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
a
{
    text-decoration: none;
    color: #ffffff;
}
a:hover 
{ 
    color: #CB0101;
    
} 
.odkaz img{
    border:0;
}
