body, body.page_id_1 {
    background-image: url(../img/background-landing-page.jpg);
	background-position: top;
	background-color: #070200;
	background-attachment: scroll;
}


.landing-page {
	display: block;
	margin: 0px auto;
	width: 1000px;
	padding-top: 85px;
}

.logo{
	display: block;
	margin: 0px auto;
	width: 286px;
	height: 185px;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}



.landing-page .content {
	padding-bottom: 200px;

}

.content table{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	border: none;
}

.content {
	padding: 0px;
}


.content table td{
	border: none;
	width: 325px;
	vertical-align: top;
	padding: 5px;
}

/* Terasa */
.landing-page .logo-terrace {
	display: block;
	width: 160px;
	height: 42px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

.sk .landing-page .logo-terrace {
	background-image: url(../img/sk/logo-terasa.png);
}

.hu .landing-page .logo-terrace {
	background-image: url(../img/hu/logo-terasz.png);
}

/* KLUB */
.landing-page .logo-club {
	display: block;
	width: 160px;
	height: 42px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

.sk .landing-page .logo-club {
	background-image: url(../img/sk/logo-klub.png);
}

.hu .landing-page .logo-club {
	background-image: url(../img/hu/logo-klub.png);
}

/* UBYTOVANIE */
.landing-page .logo-accommodation {
	display: block;
	width: 160px;
	height: 42px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

.sk .landing-page .logo-accommodation {
	background-image: url(../img/sk/logo-ubytovanie.png);
}

.hu .landing-page .logo-accommodation {
	background-image: url(../img/hu/logo-szallas.png);
}

/* SUBMIT */

.landing-page a.submit {
	background-image: url(../img/submit.png);
    background-repeat: repeat-x;
    background-position: bottom center;

    color: #160100;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	text-align: center;

    display: block;
	height: 32px;
	width: 50px;
    padding: 0px 25px;
	padding-top: 6px;
	margin: 0px auto;



}

.sk .landing-page a.submit {
	width: 50px;
}

.hu .landing-page a.submit {
	width: 70px;
}
